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: Technical sales engineer
Explanation:
An analysis engineer makes use of data and other technical information in order for him or her to be able to analyze a project plan, and provide necessary solutions.
Technical sales engineers gives their clients the needed support and sales advice for their business to thrive. Technical sales engineers helps their clients in giving technical advices, answering queries, as well as introducing new products.
Design engineers are the engineers that study, and develop ideas that will be used for new products. Sometimes, they also modify systems used in production so that organizational performance can be improved.
Inspection engineers are the engineers that looks at infrastructures and identify the problems affecting them e.g oil pipelines, roads, bridges, etc so that accidents will be prevented.
Consulting engineer is an engineer that deals with the planning, and infrastructures. Their work benefits the society as a whole.
Based on the above explanation, the answer is technical sales engineer.
Answer:
90
Explanation:
mean is basically taking the sum of all numbers and then dividing the sum with the number of all given numbers..
here, the mean is 9, total numbers are 10.. so the sum will be 9 multiplied by 10, that is 90.
Answer:replace insulation to help control...
Explanation:
Thats a insulation workers job
Answer:
Electrons in atoms can act as our charge carrier, because every electron carries a negative charge. If we can free an electron from an atom and force it to move, we can create electricity.