diff options
Diffstat (limited to '1332/CH15/EX15.1/15_1.sce')
-rwxr-xr-x | 1332/CH15/EX15.1/15_1.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1332/CH15/EX15.1/15_1.sce b/1332/CH15/EX15.1/15_1.sce new file mode 100755 index 000000000..473596fdb --- /dev/null +++ b/1332/CH15/EX15.1/15_1.sce @@ -0,0 +1,6 @@ +//Example 15.1
+//Ordinary Differential Equation
+//Page no. 503
+clc;clear;close;
+s=log(2)/log(1.02)
+disp(s,'Time Taken = ')
\ No newline at end of file |