diff options
Diffstat (limited to '226/CH21/EX21.5')
-rwxr-xr-x | 226/CH21/EX21.5/example5_sce.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/226/CH21/EX21.5/example5_sce.sce b/226/CH21/EX21.5/example5_sce.sce new file mode 100755 index 000000000..97999bb3a --- /dev/null +++ b/226/CH21/EX21.5/example5_sce.sce @@ -0,0 +1,11 @@ +//chapter 21
+//example 21.5
+//page 957
+printf("\n")
+printf("given")
+Rc=1*10^3;I=10*10^-3;E=30;
+R1=E/I -Rc
+R1=1.8*10^3;//use standard value
+disp(" when dark Rc=100Kohm")
+Rc=100*10^3;
+I=E/(R1+Rc)
\ No newline at end of file |