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:
Sorry it doesnt tall me anythikng
Explanation:
Answer:
A) 282.34 - j 12.08 Ω
B) 0.0266 + j 0.621 / unit
C)
A = 0.812 < 1.09° per unit
B = 164.6 < 85.42°Ω
C = 2.061 * 10^-3 < 90.32° s
D = 0.812 < 1.09° per unit
Explanation:
Given data :
Z ( impedance ) = 0.03 i + j 0.35 Ω/km
positive sequence shunt admittance ( Y ) = j4.4*10^-6 S/km
A) calculate Zc
Zc =
=
=
= 282.6 < -2.45°
hence Zc = 282.34 - j 12.08 Ω
B) Calculate gl
gl =
d = 500
z = 0.03 i + j 0.35
y = j4.4*10^-6 S/km
gl = 
= 
= 0.622 < 87.55 °
gl = 0.0266 + j 0.621 / unit
C) exact ABCD parameters for this line
A = cos h (gl) . per unit = 0.812 < 1.09° per unit ( as calculated )
B = Zc sin h (gl) Ω = 164.6 < 85.42°Ω ( as calculated )
C = 1/Zc sin h (gl) s = 2.061 * 10^-3 < 90.32° s ( as calculated )
D = cos h (gl) . per unit = 0.812 < 1.09° per unit ( as calculated )
where : cos h (gl) = 
sin h (gl) = 
Answer:
45.3 MN
Explanation:
The forging force at the end of the stroke is given by
F = Y.π.r².[1 + (2μr/3h)]
The final height, h is given as h = 100/2
h = 50 mm
Next, we find the final radius by applying the volume constancy law
volumes before deformation = volumes after deformation
π * 75² * 2 * 100 = π * r² * 2 * 50
75² * 2 = r²
r² = 11250
r = √11250
r = 106 mm
E = In(100/50)
E = 0.69
From the graph flow, we find that Y = 1000 MPa, and thus, we apply the formula
F = Y.π.r².[1 + (2μr/3h)]
F = 1000 * 3.142 * 0.106² * [1 + (2 * 0.2 * 0.106/ 3 * 0.05)]
F = 35.3 * [1 + 0.2826]
F = 35.3 * 1.2826
F = 45.3 MN