summaryrefslogtreecommitdiff
path: root/821/CH5/EX5.2/5_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '821/CH5/EX5.2/5_2.sce')
-rwxr-xr-x821/CH5/EX5.2/5_2.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/821/CH5/EX5.2/5_2.sce b/821/CH5/EX5.2/5_2.sce
new file mode 100755
index 000000000..e556c299e
--- /dev/null
+++ b/821/CH5/EX5.2/5_2.sce
@@ -0,0 +1,7 @@
+n=5;//no. of moles of Benzene//
+R=8.314*10^7;//Universal gas constant//
+K=80;//Evaporated temperature of benzene in centigrades//
+T=270+K;//evaporated temperature of benzene in kelvins//
+Wrev=n*R*T;//Maximum work done in ergs//
+printf('Maximum work done=Wrev=%fergs=1.454*10^11ergs',Wrev);
+