diff options
Diffstat (limited to '3673/CH17/EX17.a.12/Example_a_17_12.sce')
-rw-r--r-- | 3673/CH17/EX17.a.12/Example_a_17_12.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3673/CH17/EX17.a.12/Example_a_17_12.sce b/3673/CH17/EX17.a.12/Example_a_17_12.sce new file mode 100644 index 000000000..6aef70ee1 --- /dev/null +++ b/3673/CH17/EX17.a.12/Example_a_17_12.sce @@ -0,0 +1,10 @@ +//Example_a_17_12 page no:871
+clc;
+R2=2;
+C2=0.1;
+Ro=2;
+R1=Ro^2/R2;
+L1=C2*Ro^2;
+disp(R1,"the resistance is (in ohm)");
+disp(C2,"the capacitance is (in F)");
+disp(L1,"the inductance is (in H)");
|