summaryrefslogtreecommitdiff
path: root/620/CH3/EX3.13/example3_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH3/EX3.13/example3_13.sce')
-rw-r--r--620/CH3/EX3.13/example3_13.sce5
1 files changed, 5 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