summaryrefslogtreecommitdiff
path: root/620/CH20/EX20.3/example20_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH20/EX20.3/example20_3.sce')
-rw-r--r--620/CH20/EX20.3/example20_3.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/620/CH20/EX20.3/example20_3.sce b/620/CH20/EX20.3/example20_3.sce
new file mode 100644
index 000000000..07a997568
--- /dev/null
+++ b/620/CH20/EX20.3/example20_3.sce
@@ -0,0 +1,4 @@
+x_l=1.5;
+i=70;
+v=i*x_l;
+disp("the voltage drop (in V) acoss the coil is"); disp(v); \ No newline at end of file