diff options
Diffstat (limited to '1652/CH16/EX16.3/16_3.sce')
-rwxr-xr-x | 1652/CH16/EX16.3/16_3.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1652/CH16/EX16.3/16_3.sce b/1652/CH16/EX16.3/16_3.sce new file mode 100755 index 000000000..8111a02af --- /dev/null +++ b/1652/CH16/EX16.3/16_3.sce @@ -0,0 +1,9 @@ +clc
+//Initialization of variables
+t=242 //sec
+P=229 //mm
+P0=363 //mm
+//calculations
+k=(1/P -1/P0)/t
+//results
+printf("rate constant= %.2e sec^-1 mm^-1",k)
|