diff options
Diffstat (limited to '1793/CH18/EX18.2/18Q2.sce')
-rwxr-xr-x | 1793/CH18/EX18.2/18Q2.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1793/CH18/EX18.2/18Q2.sce b/1793/CH18/EX18.2/18Q2.sce new file mode 100755 index 000000000..5c9538536 --- /dev/null +++ b/1793/CH18/EX18.2/18Q2.sce @@ -0,0 +1,7 @@ +clc
+z=5
+To=0.275
+Cn=2/(1+To)
+N60=8
+N160=Cn*N60
+printf('(N1)60 = %f',N160)
|