summaryrefslogtreecommitdiff
path: root/671/CH5/EX5.8/5_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '671/CH5/EX5.8/5_8.sce')
-rwxr-xr-x671/CH5/EX5.8/5_8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/671/CH5/EX5.8/5_8.sce b/671/CH5/EX5.8/5_8.sce
new file mode 100755
index 000000000..8e1d376ba
--- /dev/null
+++ b/671/CH5/EX5.8/5_8.sce
@@ -0,0 +1,12 @@
+C=12E-9
+L=4E-3
+R=5
+
+w0=1/sqrt(L*C)
+
+Vc=1.5
+I=w0*C*Vc
+Zi=R
+Vi=R*I
+
+disp(Vi,w0) \ No newline at end of file