diff options
Diffstat (limited to '1658/CH27/EX27.7/Ex27_7.sce')
-rwxr-xr-x | 1658/CH27/EX27.7/Ex27_7.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1658/CH27/EX27.7/Ex27_7.sce b/1658/CH27/EX27.7/Ex27_7.sce new file mode 100755 index 000000000..e0b798d39 --- /dev/null +++ b/1658/CH27/EX27.7/Ex27_7.sce @@ -0,0 +1,7 @@ +
+clc;
+Av=800;
+B=0.05;
+dAvbyAv=20;
+a=dAvbyAv*(1/(1+B*Av));
+disp('%',a*1,"a=");
|