diff options
Diffstat (limited to '3630/CH17/EX17.11/Ex17_11.sce')
-rw-r--r-- | 3630/CH17/EX17.11/Ex17_11.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH17/EX17.11/Ex17_11.sce b/3630/CH17/EX17.11/Ex17_11.sce new file mode 100644 index 000000000..93585963b --- /dev/null +++ b/3630/CH17/EX17.11/Ex17_11.sce @@ -0,0 +1,6 @@ +clc;
+rf=40000;
+r2=10000;
+AcL=rf/(2*r2);
+disp('%',AcL,"AcL=");//The answers vary due to round off error
+
|