diff options
Diffstat (limited to '3630/CH15/EX15.12/Ex15_12.sce')
-rw-r--r-- | 3630/CH15/EX15.12/Ex15_12.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH15/EX15.12/Ex15_12.sce b/3630/CH15/EX15.12/Ex15_12.sce new file mode 100644 index 000000000..b4b253771 --- /dev/null +++ b/3630/CH15/EX15.12/Ex15_12.sce @@ -0,0 +1,5 @@ +clc;
+AoL=150000;
+av=0.005;
+AcL=AoL/(1+(av*AoL));
+disp('',AcL,"AcL=");//The answers vary due to round off error
|