diff options
Diffstat (limited to '671/CH4/EX4.27')
-rwxr-xr-x | 671/CH4/EX4.27/4_27.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/671/CH4/EX4.27/4_27.sce b/671/CH4/EX4.27/4_27.sce new file mode 100755 index 000000000..ac237de14 --- /dev/null +++ b/671/CH4/EX4.27/4_27.sce @@ -0,0 +1,11 @@ +V=4
+w=2
+
+R=4
+L=2
+Xl=w*L*%i
+
+Il=V/(Xl+R)
+Xc=-V/imag(Il)
+C=1/(w*Xc)
+disp(C)
\ No newline at end of file |