summaryrefslogtreecommitdiff
path: root/620/CH20/EX20.1
diff options
context:
space:
mode:
Diffstat (limited to '620/CH20/EX20.1')
-rw-r--r--620/CH20/EX20.1/example20_1.sce5
-rw-r--r--620/CH20/EX20.1/example20_1.txtbin0 -> 132 bytes
2 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
diff --git a/620/CH20/EX20.1/example20_1.txt b/620/CH20/EX20.1/example20_1.txt
new file mode 100644
index 000000000..daca05a73
--- /dev/null
+++ b/620/CH20/EX20.1/example20_1.txt
Binary files differ