summaryrefslogtreecommitdiff
path: root/3835/CH4/EX4.13/Ex4_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH4/EX4.13/Ex4_13.sce')
-rw-r--r--3835/CH4/EX4.13/Ex4_13.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3835/CH4/EX4.13/Ex4_13.sce b/3835/CH4/EX4.13/Ex4_13.sce
new file mode 100644
index 000000000..46738a49c
--- /dev/null
+++ b/3835/CH4/EX4.13/Ex4_13.sce
@@ -0,0 +1,11 @@
+clear
+//
+vr=150
+r=50
+l=250*10**-3
+f=50
+i=vr/r
+xl=2*3.14*f*l
+vl=i*xl
+v=(((vr**2)+(vl**2))**0.5)
+printf("\n v= %0.1f V",v)