diff options
Diffstat (limited to '3673/CH8/EX8.a.1/Example_a_8_1.sce')
-rw-r--r-- | 3673/CH8/EX8.a.1/Example_a_8_1.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3673/CH8/EX8.a.1/Example_a_8_1.sce b/3673/CH8/EX8.a.1/Example_a_8_1.sce new file mode 100644 index 000000000..8d4b55ba1 --- /dev/null +++ b/3673/CH8/EX8.a.1/Example_a_8_1.sce @@ -0,0 +1,13 @@ +//Example_a_8_1 page no:325
+clc;
+R=10;
+L=0.1;
+C=50*10^-6;
+V=100;
+omega=1/sqrt(L*C);
+fr=omega/(2*%pi);
+I=V/R;
+Vl=I*omega*L;
+Q=omega*L/R;
+disp(Vl,"the voltage drop across the inductor is (in V)");
+disp(Q,"the quality factor is");
|