diff options
Diffstat (limited to '2513/CH14/EX14.9/14_9.sce')
-rwxr-xr-x | 2513/CH14/EX14.9/14_9.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2513/CH14/EX14.9/14_9.sce b/2513/CH14/EX14.9/14_9.sce new file mode 100755 index 000000000..1956e5e0c --- /dev/null +++ b/2513/CH14/EX14.9/14_9.sce @@ -0,0 +1,8 @@ +clc
+//initialisation of variable
+g=sqrt(3)//ft
+d=5.67//ft
+//CALCULATIONS
+C=g*d//ft
+//RESULTS
+printf('The rate of propagation of a discontinuous surge=% f ft',C)
|