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 =
dial bore gauge
a “dial bore gauge” measures the inside of round holes, such as the bearing journals . can mesure up to 2” and 6” diameter holes .
when ( “ ) is next to a number it means inches fwi - but hope this helped have a good day :)
Answer:
At a retirement party, a coworker described Terry as dedicated, hardworking, and dependable. He also said that Terry was a great leader, knew the computer system, and kept the company's finances in order
To put out a class D metal fire, you must smother the fire and eliminate the oxygen element in the fire.
<h3>What is a Class D fire?</h3>
A class D fire is a type of fire that cannot be extinguished by water. This is because adding water to it reacts with other elements in the fire intensifying the fire even more.
Smothering in this context involves adding a solution like carbon dioxide (CO2) into the fire, this results in a reduction of oxygen in the atmosphere surrounding the class D fire.
By so doing, smothering the fire eliminates the oxygen element in the fire, thereby extinguishing the fire.
You can learn more about extinguishing fires here https://brainly.in/question/760550
#SPJ1
Answer:

Explanation:
In electrical terms, is the ratio of time in which a load or circuit is ON compared to the time in which the load or circuit is OFF.
The duty cycle or power cycle, is expressed as a percentage of the activation time. For example, a 70% duty cycle is a signal that 70% of the time is activated and the other 30% disabled. Its equation can be expressed as:

Where:



Here is a picture that will help you understand these concepts.