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:
A,C, and D
Explanation:
Potible ladders have to configure with many designs in mind but the most evedent is that they are usally unstable
BRAINLIEST PLS
Answer:
78 MPa
Explanation:
Given that the critical resolved shear stress for a metal is 39 MPa, the maximum possible yield strength for a single crystal of this metal is twice the critical resolved shear stress for the metal. The maximum yield yield strength for a single crystal of this metal that is pulled in tension (
) is given as:
