diff options
Diffstat (limited to '1439/CH11/EX11.3/11_3.sce')
-rwxr-xr-x | 1439/CH11/EX11.3/11_3.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1439/CH11/EX11.3/11_3.sce b/1439/CH11/EX11.3/11_3.sce new file mode 100755 index 000000000..2a0927592 --- /dev/null +++ b/1439/CH11/EX11.3/11_3.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+M1= 238 //gms
+M2= 235 //gms
+A= 6
+N= 19
+//CALCULATIONS
+r= sqrt((M1+A*N)/(M2+A*N))
+//RESULTS
+printf ('ratio of rates= %.4f ',r)
|