summaryrefslogtreecommitdiff
path: root/1652/CH10/EX10.3
diff options
context:
space:
mode:
Diffstat (limited to '1652/CH10/EX10.3')
-rwxr-xr-x1652/CH10/EX10.3/10_3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1652/CH10/EX10.3/10_3.sce b/1652/CH10/EX10.3/10_3.sce
new file mode 100755
index 000000000..eca542e68
--- /dev/null
+++ b/1652/CH10/EX10.3/10_3.sce
@@ -0,0 +1,8 @@
+clc
+//Initialization of variables
+H=380 //cal
+T=273.2+32.1 //K
+//calculations
+dS=H/T
+//results
+printf("Entropy change = %.2f eu",dS)