diff options
Diffstat (limited to '343/CH2/EX2.27/ex2_27.sce')
-rwxr-xr-x | 343/CH2/EX2.27/ex2_27.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/343/CH2/EX2.27/ex2_27.sce b/343/CH2/EX2.27/ex2_27.sce new file mode 100755 index 000000000..b75504b54 --- /dev/null +++ b/343/CH2/EX2.27/ex2_27.sce @@ -0,0 +1,10 @@ +clc
+L=10*10^-3; //ASssigning values to parameters
+Im=5;
+w=2000;
+function y=f(t), y=Im*sin(w*t+%pi/2),endfunction
+I=Im/sqrt(2);
+Xl=2*%pi*L;
+Vm=L*Im*w;
+Vl=Vm/sqrt(2);
+disp("Volts",Vl,"Voltage Vl");
\ No newline at end of file |