diff options
Diffstat (limited to '671/CH14/EX14.9/14_9.sce')
-rwxr-xr-x | 671/CH14/EX14.9/14_9.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/671/CH14/EX14.9/14_9.sce b/671/CH14/EX14.9/14_9.sce new file mode 100755 index 000000000..391cdf572 --- /dev/null +++ b/671/CH14/EX14.9/14_9.sce @@ -0,0 +1,12 @@ +
+f=8E6
+w=2*%pi*f
+C=150E-12
+R=5
+
+Q1=1/w/C/R
+
+Rins=0.1
+Q2=1/w/C/(R+Rins)
+err=(Q1-Q2)/Q1*100
+disp(err)
|