0% found this document useful (0 votes)
11 views

Lab 1 Programs

The document outlines a laboratory experiment for Chemical Process Optimization involving matrix operations using MATLAB. It includes a case study on developing a cost model for heat exchangers and another on identifying important variables through an orthogonal factorial design. The results include various data sets related to labor costs, area, and yield from different experiments.

Uploaded by

MOIZ ALI
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Lab 1 Programs

The document outlines a laboratory experiment for Chemical Process Optimization involving matrix operations using MATLAB. It includes a case study on developing a cost model for heat exchangers and another on identifying important variables through an orthogonal factorial design. The results include various data sets related to labor costs, area, and yield from different experiments.

Uploaded by

MOIZ ALI
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Chemical Process Optimization (CH-404)

Chemical Engineering Department


NEDUET Dr. Faizan Raza

Lab 1: To solve matrices through MATLAB.


DESCRIPTION: In this experiment we apply different mathematical operations
on matrices.
CODES:
1. command window:
c=a+b
d=a-b
e=a*b
f=a/b
g = a .* b
h = a ./ b
i = a’
j = diag (a)
k = inv (a)
l = A.'
m = transpose(A)
RESULT & DISCUSSION:
CASE STUDY:
1. Example 2.4: Application Of Least Squares To Develop A Cost Model For
The Cost Of Heat Exchangers

Labor cost ($) Area (A) No. of tubes (N)


310 120 550
300 130 600
275 108 520

1
Chemical Process Optimization (CH-404)
Chemical Engineering Department
NEDUET Dr. Faizan Raza
250 110 420
220 84 400
200 90 300
190 80 230
150 55 120
140 64 190
100 50 100

2. Example 2.6: Identification Of Important Variables By Experimentation


Using An Orthogonal Factorial Design

Y (Yield) x₂ x₃ x₄
20.500 -1 -1 -1
60.141 1 -1 -1
58.890 -1 1 -1
67.712 1 1 -1
22.211 -1 -1 1
61.541 1 -1 1
59.902 -1 1 1
69.104 1 1 1
77.870 0 0 0
78.933 0 0 0
70.100 0 0 0

You might also like