diff options
Diffstat (limited to '620/CH20/EX20.1/example20_1.sce')
-rw-r--r-- | 620/CH20/EX20.1/example20_1.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/620/CH20/EX20.1/example20_1.sce b/620/CH20/EX20.1/example20_1.sce new file mode 100644 index 000000000..72a0de0f4 --- /dev/null +++ b/620/CH20/EX20.1/example20_1.sce @@ -0,0 +1,5 @@ +vp=28.28;
+i=10*10^(-3);
+v=vp/(2*sqrt(2));
+x_l=v/i;
+disp("the opposition to current (in kΩ) is"); disp(x_l*10^(-3));
\ No newline at end of file |