diff options
Diffstat (limited to '620/CH23/EX23.4/example23_4.sce')
-rw-r--r-- | 620/CH23/EX23.4/example23_4.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/620/CH23/EX23.4/example23_4.sce b/620/CH23/EX23.4/example23_4.sce new file mode 100644 index 000000000..d59fb7f9b --- /dev/null +++ b/620/CH23/EX23.4/example23_4.sce @@ -0,0 +1,9 @@ +c=0.5*10^(-6);
+disp("Part a");
+f1=60;
+x_c1=1/(2*%pi*f1*c);
+disp("the capacitive reactance (in Ω) is"); disp(x_c1);
+disp("Part b");
+f2=1000;
+x_c2=1/(2*%pi*f2*c);
+disp("the capacitive reactance (in Ω) is"); disp(x_c2);
\ No newline at end of file |