summaryrefslogtreecommitdiff
path: root/3673/CH10/EX10.a.12/Example_a_10_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH10/EX10.a.12/Example_a_10_12.sce')
-rw-r--r--3673/CH10/EX10.a.12/Example_a_10_12.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3673/CH10/EX10.a.12/Example_a_10_12.sce b/3673/CH10/EX10.a.12/Example_a_10_12.sce
new file mode 100644
index 000000000..f5499b648
--- /dev/null
+++ b/3673/CH10/EX10.a.12/Example_a_10_12.sce
@@ -0,0 +1,13 @@
+//Example_a_10_12 page no:473
+clc;
+R1=0.01;
+R2=0.1;
+Rs=0.1;
+V=2;
+L1=2*10^-6;
+L2=25*10^-6;
+omega_r=10^4;
+Mc=sqrt(R2*(R1+R2))/omega_r;
+C2=1/(omega_r^2*L2);
+Vo=V/(2*omega_r^2*C2*Mc);
+disp(Vo,"the maximum output voltage at resonance is (in V)");