diff options
Diffstat (limited to '3630/CH17/EX17.13/Ex17_13.sce')
-rw-r--r-- | 3630/CH17/EX17.13/Ex17_13.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH17/EX17.13/Ex17_13.sce b/3630/CH17/EX17.13/Ex17_13.sce new file mode 100644 index 000000000..7bc16f629 --- /dev/null +++ b/3630/CH17/EX17.13/Ex17_13.sce @@ -0,0 +1,6 @@ +clc;
+XL=3160;
+Rw=25;
+Q=XL/Rw;
+disp(' ',Q,"Q=");//The answers vary due to round off error
+
|