summaryrefslogtreecommitdiff
path: root/620/CH23/EX23.4
diff options
context:
space:
mode:
Diffstat (limited to '620/CH23/EX23.4')
-rw-r--r--620/CH23/EX23.4/example23_4.sce9
-rw-r--r--620/CH23/EX23.4/example23_4.txtbin0 -> 314 bytes
2 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
diff --git a/620/CH23/EX23.4/example23_4.txt b/620/CH23/EX23.4/example23_4.txt
new file mode 100644
index 000000000..6d98ed95e
--- /dev/null
+++ b/620/CH23/EX23.4/example23_4.txt
Binary files differ