diff options
Diffstat (limited to '671/CH5/EX5.19/5_19.sce')
-rwxr-xr-x | 671/CH5/EX5.19/5_19.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/671/CH5/EX5.19/5_19.sce b/671/CH5/EX5.19/5_19.sce new file mode 100755 index 000000000..353b507c9 --- /dev/null +++ b/671/CH5/EX5.19/5_19.sce @@ -0,0 +1,17 @@ +R=1
+L=10E-6
+C=10E-12
+V=10
+
+
+w0=1/sqrt(L*C)
+Xl=w0*L*%i
+Xc=1/(w0*C*%i)
+
+Q0=w0*L/R
+Z=R*Q0*Q0
+Iin=V/Z
+
+Ic=V/Xc
+
+disp(Ic,Iin,Z,Q0,w0)
\ No newline at end of file |