summaryrefslogtreecommitdiff
path: root/620/CH20/EX20.11/example20_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH20/EX20.11/example20_11.sce')
-rw-r--r--620/CH20/EX20.11/example20_11.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/620/CH20/EX20.11/example20_11.sce b/620/CH20/EX20.11/example20_11.sce
new file mode 100644
index 000000000..e8bc297b9
--- /dev/null
+++ b/620/CH20/EX20.11/example20_11.sce
@@ -0,0 +1,5 @@
+l=200*10^(-6);
+f=1.5*10^6;
+r=100;
+q=2*%pi*f*l/r;
+disp("the quality of the coil is"); disp(q); \ No newline at end of file