Title: Part Three
1Part Three
- Linear Algebraic Equations
2Motivation
The system of linear equations occur very
frequently in engineering applications. For small
numbers of equations (n lt 4) equations can be
solved manually by some simple techniques.
However, for four or more equations, solutions
become arduous and computers must be utilized.
Historically, the inability to solve all but
the smallest sets of equations by hand has
limited the scope of problems addressed in many
engineering applications.
3An Example of Linear Equations in Engineering
xi mass in reactor i ai properties and
characteristics of the
system bi the forcing functions acting on
the system, e.g., feed rate.
Lumped variable system
Distributed variable system
4Mathematical Background Matrix Notation
Row vector B b1 b2 . . . bm
Column vector C
A is a square matrix if n m
5Special Types of Square Matrices
6Mathematical Background Matrix Operating Rules
Matrix addition C A B (A and B must
have the same number of rows n and the same
number of columns m) cij aij bij A
B B A
Matrix multiplication C AB
(AB)C A(BC) (A(B C)
AB AC or (A B)C AC
BC AB ? BA
7Mathematical Background Matrix Operating Rules
- Inverse Matrix AA-1 A-1A I
- a non-square matrix cant have an inverse
- not every square matrix has an inverse
Transpose of a matrix B AT bij cji
Trace of a matrix tr A
Augmentation of a matrix addition of column(s)
to the original matrix Example
8Linear Algebraic Equations in Matrix Form
AX B
XT
BT
A-1AX A-1B X A-1B
9Overall Structure