diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /527/CH9/EX9.16/9_16exam.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '527/CH9/EX9.16/9_16exam.sce')
-rwxr-xr-x | 527/CH9/EX9.16/9_16exam.sce | 14 |
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 |