diff options
Diffstat (limited to '1994/CH7/EX7.26/Example7_26.sce')
-rwxr-xr-x | 1994/CH7/EX7.26/Example7_26.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1994/CH7/EX7.26/Example7_26.sce b/1994/CH7/EX7.26/Example7_26.sce new file mode 100755 index 000000000..2a90b6317 --- /dev/null +++ b/1994/CH7/EX7.26/Example7_26.sce @@ -0,0 +1,8 @@ +//Chapter-7,Example7_26,pg 7-79
+I1=250
+I2=5
+I=I1/I2
+//as ammeter is in secondary I2=2.7
+I1=I*2.7//line current
+printf("line current\n")
+printf("I1=%.2f A",I1)
|