diff options
Diffstat (limited to '671/CH9/EX9.6/9_6.sce')
-rwxr-xr-x | 671/CH9/EX9.6/9_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/671/CH9/EX9.6/9_6.sce b/671/CH9/EX9.6/9_6.sce new file mode 100755 index 000000000..67952c6cb --- /dev/null +++ b/671/CH9/EX9.6/9_6.sce @@ -0,0 +1,9 @@ +
+P=6
+N=1000
+
+f=P*N/120
+ns=120*f/4
+s=0.04
+n=(1-s)*ns
+disp(n)
|