summaryrefslogtreecommitdiff
path: root/671/CH4/EX4.52
diff options
context:
space:
mode:
Diffstat (limited to '671/CH4/EX4.52')
-rwxr-xr-x671/CH4/EX4.52/4_52.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/671/CH4/EX4.52/4_52.sce b/671/CH4/EX4.52/4_52.sce
new file mode 100755
index 000000000..0214dc317
--- /dev/null
+++ b/671/CH4/EX4.52/4_52.sce
@@ -0,0 +1,11 @@
+V=4*sqrt(2)
+w=2
+R=4
+L=2
+Xl=w*L*%i
+
+Il=V/(R+Xl)
+Ic=-imag(Il)*%i
+C=Ic/(V*%i*w)
+
+disp(C) \ No newline at end of file