summaryrefslogtreecommitdiff
path: root/527/CH9/EX9.16/9_16exam.sce
diff options
context:
space:
mode:
Diffstat (limited to '527/CH9/EX9.16/9_16exam.sce')
-rwxr-xr-x527/CH9/EX9.16/9_16exam.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/527/CH9/EX9.16/9_16exam.sce b/527/CH9/EX9.16/9_16exam.sce
new file mode 100755
index 000000000..f4707be07
--- /dev/null
+++ b/527/CH9/EX9.16/9_16exam.sce
@@ -0,0 +1,14 @@
+//Engineering and Chemical Thermodynamics
+//Example 9.16
+//Page no :469
+
+clear ; clc ;
+//Given
+m = 4 ;
+T = 2 ;
+Pai = 1 ;
+S = 1 ;
+
+R = m - T + 2 - Pai - S ;
+disp(" Example: 9.16 Page no : 469") ;
+printf("\n We must specify %g independent equations .",R) \ No newline at end of file