diff options
Diffstat (limited to '3876/CH8/EX8.1/Ex8_1.sce')
-rw-r--r-- | 3876/CH8/EX8.1/Ex8_1.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3876/CH8/EX8.1/Ex8_1.sce b/3876/CH8/EX8.1/Ex8_1.sce new file mode 100644 index 000000000..513ac80ca --- /dev/null +++ b/3876/CH8/EX8.1/Ex8_1.sce @@ -0,0 +1,14 @@ +//Chapter 8 Chemical Equlibrium + +clc; +clear; + +//Initialisation of Variables +x= 3.33 +n= 5 //moles + +//CALCULATIONS +N= x**2/(n-x)**2 + +//RESULTS +mprintf("Moles of water and ester formed= %.0f",N) |