Introduction
- A determinant is an array of numbers consisting of row elements and column elements that are typically used to solve systems of linear equations.
- In the symbol , the determinant of order is defined.
- This algebraic symbol is employed to express the compact form for the sum of all possible products wherein each has factors.
- Each element is contained with two subscripts, the first number indicates the row order in which the element is arranged, and the second number denotes the column order in which the element is arranged.
Order and Evaluating Determinants
- The second order of determinant (also 2 x 2 determinant) is in the form of .
- To illustrate, this is defined as:
- For instance, if we have , this is evaluated as:
- The third order of determinant is described as:
- Rewrite this first and second column in order to evaluate the third-order determinant:
Basic Properties of Determinants
- When corresponding rows and columns are interchanged, it does not affect the value of the determinant.
Examples:
- Any two rows or columns interchanged alters the sign of the determinant.
Examples:
- Suppose that all elements in a row or column are zero; then the value of this determinant is 0.
Examples:
- If there are any two rows or columns that are identical, the value of this determinant is equal to 0.
Examples:
- If each element in a row or column is multiplied by any number , the value of the entire determinant is also multiplied by the number
Example:
- If each element in a row or column of a determinant is expressed as a sum of two or more numbers, the determinant can be written as a sum of two or more determinants.
Example:
- Suppose that each element of a row or column is being added times the corresponding elements of another row or column; the value of the determinant will not change.
Example:
Determinant of a Matrix
- To evaluate the determinant of a matrix, the matrix has to be a square matrix.
- The determinant of a matrix is useful in calculus applications, determining the inverse of a matrix, and solving systems of linear equations.
- To illustrate, we have:
- For a 3 x 3 matrix, we have the following:
Cramer's Rule
- Cramer's Rule is a procedure that is used to solve for the solutions of a system of linear equations in unknowns.
- To illustrate the process of solving a system of linear equations in two unknowns, we have:
- Given the system of linear equations , then the solution is determined using the following:
where
- This can also be simplified using the following formulas:
where
- To illustrate the process of solving a system of linear equations in three unknowns, we have:
1. Given the linear system , then this is expressed as a determinant .
2. We compute the following determinants in order to find the solution to the given linear system with three unknowns.
3. After evaluating the determinants above, the following equations will be used to find the solution:
Berzen's Layer Reduction Method
- Another method of solving systems of linear equations in three unknowns is Berzen's Layer Reduction Method.
- Given a linear system , then we solve the following determinants: .
- After evaluating the above determinants, we need to find the value of using the formula below. Simply direct substitute the obtained values and simplify.
where
- After getting the value of , the next step is to substitute the computed value of in any of the two equations and a linear system of two variables will be framed. Solve for the value of and using any appropriate algebraic procedure.
Cheat Sheet
- In case of , then
- In a system of the linear equation of two variables, we have the following equations: .
- In case of , we compute the determinant as shown below:
- In solving a linear system of three unknowns, we have
- In case of we can evaluate the determinant of this matrix by following the procedure below:
Blunder Areas
- Do not be confused with the symbol used in determinant of a matrix and absolute value. The determinant of a matrix is not an absolute value symbol.
- When using Cramer's Rule in solving linear systems, the process may fail if the determinant of the coefficient array is zero.
- Cramer's Rule only applies to a square matrix wherein that system has a unique solution and has a non-zero determinant.
- Berzen's Layer Reduction Method only works for a linear system of three variables.
- Keith Madrilejos
- 10 Comments
- 57 Likes