diff options
Diffstat (limited to '1436/CH4/EX4.3')
-rwxr-xr-x | 1436/CH4/EX4.3/ex4_3.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1436/CH4/EX4.3/ex4_3.sce b/1436/CH4/EX4.3/ex4_3.sce new file mode 100755 index 000000000..0a586b0ca --- /dev/null +++ b/1436/CH4/EX4.3/ex4_3.sce @@ -0,0 +1,9 @@ +// Example 4.3, page no-210
+clear
+clc
+m=0.005
+c=0.7
+y=-log(0.01)
+//printf("y=%.2f",y)
+t=y*2*m/c
+printf("t=%.4f Secs",t)
|