summaryrefslogtreecommitdiff
path: root/746/CH5/EX5.02/5_02.sce
diff options
context:
space:
mode:
Diffstat (limited to '746/CH5/EX5.02/5_02.sce')
-rwxr-xr-x746/CH5/EX5.02/5_02.sce8
1 files changed, 0 insertions, 8 deletions
diff --git a/746/CH5/EX5.02/5_02.sce b/746/CH5/EX5.02/5_02.sce
deleted file mode 100755
index bbf900b84..000000000
--- a/746/CH5/EX5.02/5_02.sce
+++ /dev/null
@@ -1,8 +0,0 @@
-//Rate of change//
-pathname=get_absolute_file_path('5.02.sce')
-filename=pathname+filesep()+'5.02-data.sci'
-exec(filename)
-//Rate of change of density with time(in kg/m^3-s):
-r=-d*V/L
-printf("\n\nRESULTS\n\n")
-printf("\n\nRate of change of density with time: %.1f kg/m^3-s\n\n",r)