diff options
Diffstat (limited to '3673/CH4/EX4.a.9/Example_a_4_9.sce')
-rw-r--r-- | 3673/CH4/EX4.a.9/Example_a_4_9.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3673/CH4/EX4.a.9/Example_a_4_9.sce b/3673/CH4/EX4.a.9/Example_a_4_9.sce new file mode 100644 index 000000000..412157f28 --- /dev/null +++ b/3673/CH4/EX4.a.9/Example_a_4_9.sce @@ -0,0 +1,7 @@ +//Example_a_4_9 page no:179
+clc;
+f=2*1000;
+C=0.01*10^-6;
+Xc=1/(2*%pi*f*C);
+Xc=Xc/1000;//converting to killo ohm
+disp(Xc,"the capacitive reactance is (in killoOhm)");
|