diff options
Diffstat (limited to '226/CH3/EX3.11/example11_sce.sce')
-rwxr-xr-x | 226/CH3/EX3.11/example11_sce.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/226/CH3/EX3.11/example11_sce.sce b/226/CH3/EX3.11/example11_sce.sce new file mode 100755 index 000000000..9a4c9b2b5 --- /dev/null +++ b/226/CH3/EX3.11/example11_sce.sce @@ -0,0 +1,10 @@ +//chapter 3
+//example 3.11
+//page 73
+printf("\n")
+printf("given")
+Eo=21;Vf=.7;Il=40*10^-3;Vp=115;
+Vs=.707*(Eo+2*Vf)
+Is=1.6*Il
+Ip=(Vs*Is)/Vp;
+printf(" supply current is %3.3fA\n",Ip)
\ No newline at end of file |