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