summaryrefslogtreecommitdiff
path: root/1427/CH16/EX16.6/16_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH16/EX16.6/16_6.sce')
-rw-r--r--1427/CH16/EX16.6/16_6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1427/CH16/EX16.6/16_6.sce b/1427/CH16/EX16.6/16_6.sce
new file mode 100644
index 000000000..7e08302bd
--- /dev/null
+++ b/1427/CH16/EX16.6/16_6.sce
@@ -0,0 +1,9 @@
+//ques-16.6
+//Calculating order of a reaction
+clc
+t1=50;//half-life initially(in minutes)
+t2=25;//new half-life (in minutes)
+//a2=a1/2
+//t1/t2=(a2/a1)^n-1
+n=0;
+printf("Reaction is of %d order.",n);