Answer:
The grip
Explanation:
the head of all headed bolt (except countersunk head bolt)
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:
As many variables as we can coherently communicate in 2 dimensions
Explanation:
Visualization is a descriptive analytical technique that enables people to see trends and dependencies of data with the aid of graphical information tools. Some of the examples of visualization techniques are pie charts, graphs, bar charts, maps, scatter plots, correlation matrices etc.
When we utilize a visualization on paper/screen, that visualization is limited to exploring as many variables as we can coherently communicate in 2-dimensions (2D).
Answer:
(A) Maximum voltage will be equal to 333.194 volt
(B) Current will be leading by an angle 54.70
Explanation:
We have given maximum current in the circuit 
Inductance of the inductor 
Capacitance 
Frequency is given f = 44 Hz
Resistance R = 500 ohm
Inductive reactance will be 
Capacitive reactance will be equal to 
Impedance of the circuit will be 
So maximum voltage will be 
(B) Phase difference will be given as 
So current will be leading by an angle 54.70
Answer:
5.833
Explanation:
Coefficient of Perfomance (COP) is the ratio of refrigeration effect to power input.
where RE is refrigeration effect and P is power input
Here, the power input is given as 30 kW
We also know that 1 ton cooling is equivalent to 3.5 kW hence for 50 tons, RE=50*3.5=175 kW
Now the 