diff options
Diffstat (limited to '226/CH3/EX3.2/example2_sce.sce')
-rwxr-xr-x | 226/CH3/EX3.2/example2_sce.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/226/CH3/EX3.2/example2_sce.sce b/226/CH3/EX3.2/example2_sce.sce new file mode 100755 index 000000000..be4b859ac --- /dev/null +++ b/226/CH3/EX3.2/example2_sce.sce @@ -0,0 +1,11 @@ +//chapter 3
+//example 3.2
+//page 779
+printf("\n")
+printf("given")
+Vi=30;Rl=300;Vf=.7;
+Vpi=1.414*Vi;
+Vpo=Vpi-2*Vf;
+printf(" peak output voltage %dV\n",Vpo)
+Ip=Vpo/Rl;
+printf(" current bridge is %3.3fA\n",Ip)
\ No newline at end of file |