diff options
Diffstat (limited to '3673/CH5/EX5.a.14/Example_a_5_14.sce')
-rw-r--r-- | 3673/CH5/EX5.a.14/Example_a_5_14.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3673/CH5/EX5.a.14/Example_a_5_14.sce b/3673/CH5/EX5.a.14/Example_a_5_14.sce new file mode 100644 index 000000000..01492cf7a --- /dev/null +++ b/3673/CH5/EX5.a.14/Example_a_5_14.sce @@ -0,0 +1,9 @@ +//Example_a_5_14 page no:214
+clc;
+R=10;
+Vr=50;
+omega=1000;
+theta=60;
+C=1/(tand(60)*omega*R);
+C=C*10^6;
+disp(C,"the unknown capacitance is (in microFarad)");
|