summaryrefslogtreecommitdiff
path: root/1367/CH10/EX10.4
diff options
context:
space:
mode:
Diffstat (limited to '1367/CH10/EX10.4')
-rwxr-xr-x1367/CH10/EX10.4/10_4.sce10
-rwxr-xr-x1367/CH10/EX10.4/10_4r.txt3
2 files changed, 13 insertions, 0 deletions
diff --git a/1367/CH10/EX10.4/10_4.sce b/1367/CH10/EX10.4/10_4.sce
new file mode 100755
index 000000000..9f942f23e
--- /dev/null
+++ b/1367/CH10/EX10.4/10_4.sce
@@ -0,0 +1,10 @@
+//Find weight fractions
+//Ex:10.4
+clc;
+clear;
+close;
+c_be=100;
+c_e=1.65;
+c_o=10;
+w=(c_be-c_o)/(c_be-c_e);
+disp(w,"weight fractions = "); \ No newline at end of file
diff --git a/1367/CH10/EX10.4/10_4r.txt b/1367/CH10/EX10.4/10_4r.txt
new file mode 100755
index 000000000..a1805e7ad
--- /dev/null
+++ b/1367/CH10/EX10.4/10_4r.txt
@@ -0,0 +1,3 @@
+weight fractions =
+
+ 0.9150991 \ No newline at end of file