summaryrefslogtreecommitdiff
path: root/3769/CH14/EX14.15/Ex14_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH14/EX14.15/Ex14_15.sce')
-rw-r--r--3769/CH14/EX14.15/Ex14_15.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH14/EX14.15/Ex14_15.sce b/3769/CH14/EX14.15/Ex14_15.sce
new file mode 100644
index 000000000..c951a6fc0
--- /dev/null
+++ b/3769/CH14/EX14.15/Ex14_15.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+Vp=220.0 //V
+Vs=22 //V
+Z=220 //ohm
+Is=0.1
+
+//Calclation
+Ip=(Vs*Is)/Vp
+
+//Result
+printf("\n Current drawn is %0.3f A", Ip)