summaryrefslogtreecommitdiff
path: root/1409/CH8/EX8.21/8_21.sce
diff options
context:
space:
mode:
Diffstat (limited to '1409/CH8/EX8.21/8_21.sce')
-rw-r--r--1409/CH8/EX8.21/8_21.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1409/CH8/EX8.21/8_21.sce b/1409/CH8/EX8.21/8_21.sce
new file mode 100644
index 000000000..af866dfb8
--- /dev/null
+++ b/1409/CH8/EX8.21/8_21.sce
@@ -0,0 +1,8 @@
+clc;
+//page no 8-61
+//Example 8.21
+C=0.01*10^(-6);//in farads
+Rc=5*10^3;//in ohms
+fm=1*10^3;//in Hz
+Mmax=1/sqrt(1+(2*%pi*fm*C*Rc)^2);
+disp(Mmax,'Mmax=');