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:
1.0MG
Explanation:
to solve this problem we use this formula
S₀-S/t = ksx --- (1)
the values have been given as
concentration = S₀ = 250mg
effluent concentration = S= 10mg
value of K = 0.04L/day
x = 3000 mg
when we put these values into this equation,
250-10/t = 0.04x10x3000
240/t = 1200
we cross multiply from this stage
240 = 1200t
t = 240/1200
t = 0.2
remember the question says that 5MGD is required to be treated
so the volume would be
v = 0.2x5
= 1.0 MG
Answer:
yh and I said aaaaaaaaaaaa
Explanation:
Answer:
All of the above
Explanation:
firstly, a creep can be explained as the gradual deformation of a material over a time period. This occurs at a fixed load with the temperature the same or more than the recrystallization temperature.
Once the material gets loaded, the instantaneous creep would start off and it is close to electric strain. in the primary creep area, the rate of the strain falls as the material hardens. in the secondary area, a balance between the hardening and recrystallization occurs. The material would get to be fractured hen recrstallization happens. As temperature is raised the recrystallization gets to be more.