diff options
Diffstat (limited to '3630/CH3/EX3.1/Ex3_1.sce')
-rw-r--r-- | 3630/CH3/EX3.1/Ex3_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3630/CH3/EX3.1/Ex3_1.sce b/3630/CH3/EX3.1/Ex3_1.sce new file mode 100644 index 000000000..959cceb61 --- /dev/null +++ b/3630/CH3/EX3.1/Ex3_1.sce @@ -0,0 +1,7 @@ +clc;
+//ex3.1
+Np=1;
+Ns=4;
+Ip=1; //Ampere
+Is=(Np/Ns)*Ip; //Ampere
+disp('mA',Is*1000,"Is="); //The answers vary due to round off error
|