diff options
Diffstat (limited to '3673/CH5/EX5.a.13/Example_a_5_13.sce')
-rw-r--r-- | 3673/CH5/EX5.a.13/Example_a_5_13.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3673/CH5/EX5.a.13/Example_a_5_13.sce b/3673/CH5/EX5.a.13/Example_a_5_13.sce new file mode 100644 index 000000000..61349db58 --- /dev/null +++ b/3673/CH5/EX5.a.13/Example_a_5_13.sce @@ -0,0 +1,9 @@ +//Example_a_5_13 page no:214
+clc;
+Vm=15;
+Im=8.5;
+omega=200;
+R=Vm/(Im*sqrt(2));
+C=1/(omega*R);
+disp(R,"the resistance in the circuit is (in ohm)");
+disp(C,"the capacitance in the circuit is (in F)");
|