Answer:
%Open the file.
fID = fopen('parts_inv.dat');
%Read from the file.
data = fscanf(fID,'%d\t%f\t%d',[3,inf]);
%Close
fclose(fID);
%Restore the data.
data = data';
%Get the size
[rs, cs] = size(data);
%Set value.
invCost = 0;
%Loop
for rw = 1 : rs
%Find cost
invCost = invCost + (data(rw, 2) * data(rw, 3));
%Loop end
end
%Display the cost.
fprintf('Total cost: %4.2f\n\n', invCost);
Explanation:
<h2>
Answer: 10615 nm</h2>
Explanation:
This problem can be solved by the Wien's displacement law, which relates the wavelength
where the intensity of the radiation is maximum (also called peak wavelength) with the temperature
of the black body.
In other words:
<em>There is an inverse relationship between the wavelength at which the emission peak of a blackbody occurs and its temperature.</em>
Being this expresed as:
(1)
Where:
is in Kelvin (K)
is the <u>wavelength of the emission peak</u> in meters (m).
is the <u>Wien constant</u>, whose value is 
From this we can deduce that the higher the black body temperature, the shorter the maximum wavelength of emission will be.
Now, let's apply equation (1), finding
:
(2)
Finally:
This is the peak wavelength for radiation from ice at 273 K, and corresponds to the<u> infrared.</u>
Bipolar disorder is the answer
Sound travels fastest in solids. A sound is a vibration that travels in a longitudinal direction through a medium in the form of a mechanical wave.
<h3>What is sound?</h3>
A sound is a vibration that travels in a longitudinal direction through a medium in the form of a mechanical wave.
It can propagate through a solid, a liquid, or a gas as its medium. Solids go the fastest, liquids are slower, and gases are the slowest.
Sound travels the quickest through a solid because the molecules are packed together densely, allowing sound waves to leap from one molecule to the next more quickly.
Because the molecules in solids are packed the tightest, sound travels the quickest through them, whereas sound travels the slowest through gases.
To learn more about the sound refer to the link;
brainly.com/question/927975
Answer:
22cm
Explanation:
focal length = 11cm
radius of curvature,r = 2f
r= 2 x 11
r=22cm