diff options
Diffstat (limited to '620/CH3/EX3.13')
-rw-r--r-- | 620/CH3/EX3.13/example3_13.sce | 5 | ||||
-rw-r--r-- | 620/CH3/EX3.13/example3_13.txt | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/620/CH3/EX3.13/example3_13.sce b/620/CH3/EX3.13/example3_13.sce new file mode 100644 index 000000000..7b2c8df00 --- /dev/null +++ b/620/CH3/EX3.13/example3_13.sce @@ -0,0 +1,5 @@ +v=120;
+n=75/100;
+p=1.5*746;
+i=p/(n*v);
+disp("the current (in A) that must be supplied is"); disp(i);
\ No newline at end of file diff --git a/620/CH3/EX3.13/example3_13.txt b/620/CH3/EX3.13/example3_13.txt new file mode 100644 index 000000000..19564c721 --- /dev/null +++ b/620/CH3/EX3.13/example3_13.txt @@ -0,0 +1,3 @@ +the current (in A) that must be supplied is
+
+ 12.433333
\ No newline at end of file |