Advanced Engineering Mathematics MATH 133: Engr. Christopher S. Paladio
Advanced Engineering Mathematics MATH 133: Engr. Christopher S. Paladio
MATHEMATICS
MATH 133
• ADDITION OF MATRICES
• The sum of two matrices 𝐴 = 𝑎𝑗𝑘 and 𝐵 = 𝑏𝑗𝑘 of the same size is
written 𝐴 + 𝐵 and has the entries 𝑎𝑗𝑘 + 𝑏𝑗𝑘 obtained by adding the
corresponding entries of A and B.
• Matrices of different sizes cannot be added.
• TRIANGULAR MATRICES
• Upper Triangular Matrices – square matrices that can have nonzero entries
only on and above the main diagonal, whereas any entry below the
diagonal must be zero.
• Lower Triangular Matrices – square matrix that can have nonzero entries
only on and below the main diagonal, whereas any entry above the
diagonal must be zero.
ENGR. CHRISTOPHER S. PALADIO ASCOT
• SCALAR MATRICES
• These are diagonal matrices with entries on the main diagonal equal.
augmented matrix 𝐴𝑏
• INVERSE METHOD
• 𝐴𝑋 = 𝑏
• 𝐴−1 𝐴𝑋 = 𝐴−1 𝑏
• 𝐼𝑋 = 𝐴−1 𝑏
• 𝑋 = 𝐴−1 𝑏