summaryrefslogtreecommitdiff
path: root/671/CH14/EX14.8/14_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '671/CH14/EX14.8/14_8.sce')
-rwxr-xr-x671/CH14/EX14.8/14_8.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/671/CH14/EX14.8/14_8.sce b/671/CH14/EX14.8/14_8.sce
new file mode 100755
index 000000000..b6114e0c5
--- /dev/null
+++ b/671/CH14/EX14.8/14_8.sce
@@ -0,0 +1,17 @@
+
+f=50E6
+w=2*%pi*f
+theta=5*%pi/180
+
+
+C=1E-12
+R=1/theta/w/C
+disp(R)
+
+C=10E-12
+R=1/theta/w/C
+disp(R)
+
+C=100E-12
+R=1/theta/w/C
+disp(R)