summaryrefslogtreecommitdiff
path: root/620/CH20/EX20.2/example20_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH20/EX20.2/example20_2.sce')
-rw-r--r--620/CH20/EX20.2/example20_2.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/620/CH20/EX20.2/example20_2.sce b/620/CH20/EX20.2/example20_2.sce
new file mode 100644
index 000000000..bff68f582
--- /dev/null
+++ b/620/CH20/EX20.2/example20_2.sce
@@ -0,0 +1,4 @@
+x_l=500;
+v=120;
+i=v/x_l;
+disp("the current (in A) that will flow through the coil is");disp(i); \ No newline at end of file