diff options
Diffstat (limited to '620/CH23/EX23.1/example23_1.sce')
-rw-r--r-- | 620/CH23/EX23.1/example23_1.sce | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/620/CH23/EX23.1/example23_1.sce b/620/CH23/EX23.1/example23_1.sce new file mode 100644 index 000000000..7b2c9a344 --- /dev/null +++ b/620/CH23/EX23.1/example23_1.sce @@ -0,0 +1,4 @@ +vp=100;
+i=50*10^(-3);
+x_c=vp/(i*2*sqrt(2));
+disp("The opposition to current (in Ω) caused by the capacitor is"); disp(x_c);
\ No newline at end of file |