diff options
Diffstat (limited to '548/DEPENDENCIES/2_6data.sci')
-rwxr-xr-x | 548/DEPENDENCIES/2_6data.sci | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/548/DEPENDENCIES/2_6data.sci b/548/DEPENDENCIES/2_6data.sci new file mode 100755 index 000000000..30836b83a --- /dev/null +++ b/548/DEPENDENCIES/2_6data.sci @@ -0,0 +1,5 @@ +//example 2.6:deals with the conversion of units; a piper cub airplane is flying at 60 mile per hour,convert its velocity in terms of ft/s and m/s
+//1 mile=5280 ft,1 hour=3600 second,1 mile=1609.344
+
+//Velocity in mile/hr:
+V=60;
|