diff options
Diffstat (limited to '226/CH3/EX3.16')
-rwxr-xr-x | 226/CH3/EX3.16/example16_sce.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/226/CH3/EX3.16/example16_sce.sce b/226/CH3/EX3.16/example16_sce.sce new file mode 100755 index 000000000..e4d474876 --- /dev/null +++ b/226/CH3/EX3.16/example16_sce.sce @@ -0,0 +1,10 @@ +//chapter 3
+//example 3.16
+//page 108
+printf("\n")
+printf("given")
+Vz=9.1;Izt=20*10^-3;Es=30;
+R1=(Es-Vz)/Izt
+Pr1=(Izt^2)*R1
+Es=27;
+Iz=(Es-Vz)/R1
\ No newline at end of file |