MATRICES LEC3
Adjoint of a Matrix: The Short Trick Method
Introduction to the Adjoint Calculation:
The adjoint of a matrix is a critical component for finding the inverse, which is often tested in examinations.
While the traditional method involving cofactors () followed by a transpose is lengthy and prone to calculation errors, a shortcut method exists that provides the answer within 2 to 3 minutes.
Calculators often cannot help with these specific structural steps in symbolic or complex matrix problems, making the shortcut essential.
Step-by-Step Short Trick for a Adjoint:
Step 1: Write the Original Matrix: Let the matrix be:
Step 2: Expand Rows and Columns: Write down the matrix and then copy the first two rows below it. Then, take that entire expanded block and copy the first two columns to the right.
Step 3: Eliminate Borders: Strike out the first (top) row and the first (extreme left) column. You are left with a grid of numbers.
Step 4: Cross-Multiply in Pairs: Perform determinant-style cross-multiplication on adjacent elements.
For the first column of the adjoint: . Next, . Then, . (Note: Calculate vertically but write the results horizontally, or vice versa, to account for the transpose).
Step 5: Final Result: Following this process for the matrix provided in the example yields values that, once transposed, form the Adjoint. For example: (values may vary based on specific transcript arithmetic).
Example 2 of Adjoint Shortcut:
Matrix elements: ; ; .
Method: Repeat first two rows and first two columns. Eliminate the top row and left column.
Calculations:
Continuing this yields the adjoint matrix elements through rapid subtraction.
Identity and Inverse Properties in Matrices
Identity Property Definition:
An identity property exists when an element is multiplied by an identity element such that the result is the original element .
In numbers: . Here, is the multiplicative identity.
In matrices: If Matrix is multiplied by the Unit Matrix (), the result is Matrix . This is the Multiplicative Identity Property ().
Additive Identity:
For numbers, the additive identity is (e.g., ).
In matrices, adding the Null Matrix () to Matrix results in Matrix ().
Inverse Properties:
A number multiplied by its inverse yields the identity element (e.g., ).
Multiplicative Inverse: For a matrix , there exists an inverse such that .
Additive Inverse: Adding a matrix to its negative () results in the Null Matrix ().
Conditions for Inversion:
A matrix must be non-singular for an inverse to exist.
If the determinant is zero (), the matrix is singular, and the multiplicative inverse does not exist.
Systems of Linear Equations
Matrix Representation of Equations:
Equations like , , and can be converted into the matrix form .
Coefficient Matrix (): Capture the coefficients of variables. Always follow alphabetical order ().
Example: Row 1 = , Row 2 = , Row 3 = .
Variable Matrix (): A column matrix of variables .
Constant Matrix (): A column matrix of values on the right side of the equals sign .
Classification of Systems:
Homogeneous System: If the constant matrix is a Null Matrix ().
Non-Homogeneous System: If the constant matrix contains at least one non-zero element ().
General Laws and Properties of Matrix Operations
Commutative and Associative Laws:
Addition: Matrix addition is commutative ().
Multiplication: Matrix multiplication is NOT commutative ().
Associative Law: Matrix multiplication is associative ().
Transpose and Inverse Laws:
Transpose of a Transpose: .
Inverse of an Inverse: .
Sum Transpose: .
Product Transpose (Reversal Law): . For three matrices, .
Scalar Multiplication and Transpose: If is a constant, .
Product Inverse: .
Distributive Property: .
Determinant Shortcuts and Calculations
Triangular Matrix Shortcut:
If a matrix is Upper Triangular, Lower Triangular, or Diagonal (elements only on the main diagonal and zeros above/below), the determinant is simply the product of the diagonal elements.
Example: Determinant of .
Zero Determinant Trick:
If any two rows or columns are identical, the determinant is .
Arithmetic Check: If subtracting Row 1 from Row 2 () yields the same result as subtracting Row 2 from Row 3 (), the determinant is often .
Common Factors:
You can take a common factor out of an individual row or column in a determinant calculation. This simplifies large numbers.
Example: In , you can take out of the second row and out of the third row to simplify the math.
Matrix Scaling and Determinants:
If a matrix of order is multiplied by a scalar , the determinant of the new matrix is:
Problem Example: If matrix is of order and , find .
Method: Since order and scalar , the answer is .
Minor Elements and Order Reduction:
Deleting the row and column of an matrix results in a Minor Element with a reduced order of .
Questions & Discussion
Q: Why multiply every element by 2 in the determinant problem?
A: When we say , we are multiplying the entire matrix by the scalar . In a matrix, this means all 9 elements are doubled. When calculating the determinant, a factor of 2 can be pulled out from each of the 3 rows, resulting in multiplied by the original determinant value.
Q: Can we solve for variables like 'y' directly from a determinant?
A: Yes. By expanding the determinant, you create an equation. If the highest power of 'y' is 2, it forms a quadratic equation, meaning there will be two possible values for 'y'. You can verify these values by plugging the options from a multiple-choice question back into the simplified matrix.
Q: When should we apply properties versus direct expansion?
A: If a matrix has 0s or 1s, or shows clear patterns (arithmetic progressions in rows), properties are faster. In complex engineering exams (like ECAT or Aptitude tests), properties save significant time. If no pattern is obvious, direct expansion is the fallback.