Answer:
%Program prompts user to input vector
v = input('Enter the input vector: ');
%Program shows the value that user entered
fprintf('The input vector:\n ')
disp(v)
%Loop for checking all array elements
for i = 1 : length(v)
%check if the element is a positive number
if v(i) > 0
%double the element
v(i) = v(i) * 2;
%else the element is negative number.
else
%triple the element
v(i) = v(i) * 3;
end
end
%display the modified vector
fprintf('The modified vector:\n ')
disp(v)
Answer:
Sensor/transducer: bimetallic thermometer
Output: displacement of thermometer tip
Control Tstages: mercury contact switch (open:furnace off; closed:furnace on
Explanation:
for a standard room thermostat
: This is the device that sets/determines the temperature of an enclosure.
Sensor/transducer: bimetallic thermometer: Bimetalic thermometer are used for measuring the temperature of the ambient air
. bimetallic thermometer actually contains two metals. they undergo linear expansivity as the temperature of the room changes.in other words, they experience contraction and expansion with increase or decrease in temperature.The sensor is basically coupled with a transducer which turns the measured variable(Temperature) into something else, such as a movement on a dial or an electrical signal
Output: displacement of thermometer tip
Controller: mercury contact switch (open:furnace off; closed:furnace on)
once the contact switch is open the furnace can go off. when the contact switch is closed, the furnace will come up.
Answer:
It looks like... A machine that reads electric pulse and surge... Not sure though.
Explanation:
Answer:
a)True
Explanation:
Yes it is true a pin support can not resist the rotation motion . It can resist only lateral or we can say that only linear motion of structure and can not resit angular moment of motion about hinge or pin joint.On the other hand a fixed support can resist linear as well rotation motion of structure.