summaryrefslogtreecommitdiff
path: root/620/CH23/EX23.5
diff options
context:
space:
mode:
Diffstat (limited to '620/CH23/EX23.5')
-rw-r--r--620/CH23/EX23.5/example23_5.sce6
-rw-r--r--620/CH23/EX23.5/example23_5.txtbin0 -> 104 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/620/CH23/EX23.5/example23_5.sce b/620/CH23/EX23.5/example23_5.sce
new file mode 100644
index 000000000..3368c6135
--- /dev/null
+++ b/620/CH23/EX23.5/example23_5.sce
@@ -0,0 +1,6 @@
+i=1.5;
+v=120;
+f=60;
+x_c=v/i;
+c=1/(2*%pi*f*x_c);
+disp("the capacitance (in μF) is"); disp(c*10^6); \ No newline at end of file
diff --git a/620/CH23/EX23.5/example23_5.txt b/620/CH23/EX23.5/example23_5.txt
new file mode 100644
index 000000000..ae1164677
--- /dev/null
+++ b/620/CH23/EX23.5/example23_5.txt
Binary files differ