diff options
Diffstat (limited to '226/CH6/EX6.4/example4_sce.sce')
-rwxr-xr-x | 226/CH6/EX6.4/example4_sce.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/226/CH6/EX6.4/example4_sce.sce b/226/CH6/EX6.4/example4_sce.sce new file mode 100755 index 000000000..a297bebe3 --- /dev/null +++ b/226/CH6/EX6.4/example4_sce.sce @@ -0,0 +1,9 @@ +//chapter 6
+//example 6.4
+//page 253
+printf("\n")
+printf("given")
+hfe=133;hoe=33.3*10^-6;
+hfc=1+hfe
+hob=hoe/(1+hfe)
+A=hfe/(1+hfe)
\ No newline at end of file |