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:
7,217*10^28 atoms/m^3
Explanation:
- Metal: Vanadium
- Density: 6.1 g/cm^3
- Molecuar weight: 50,9 g/mol
The Avogadro's Number, 6,022*10^23, is the number of atoms in one mole of any substance. To calculate the number of atoms in one cubic meter of vanadium we write:
1m^3*(100^3 cm^3/1 m^3)*(6,1 g/1 cm^3)*(1 mol/50,9g)*(6,022*10^23 atoms/1 mol)=7,217*10^28 atoms
Therefore, for vanadium we have 7,217*10^28 atoms/m^3
Answer:
C. 14.55
Explanation:
12 x 10 = 120
120 divded by 10 is 12
so now we do the left side
7 x 3 = 21 divded by 10 is 2
so now we have 14
and the remaning area is 0.55
so 14.55
Answer:
Cylindrical
Explanation:
<em>A cylindrical grinder </em><em>is a tool for shaping the exterior of an item. Although cylindrical grinders may produce a wide range of forms, the item must have a central axis of rotation. Shapes such as cylinders, ellipses, cams, and crankshafts are examples of this.</em><em> Cylindrical grinding</em><em> machines are specialized grinding machines that are used to process cylinders, rods, and similar workpieces. The cylinders revolve in one direction between two centers, while the grinding wheel or wheels are close together and rotate in the other direction.</em>