Solution of System of Linear Equations
There will likely be a solution when the number of equations is the same as the number of variables. Not guaranteed, but likely.
Linear equations may have three kinds of possible solutions:
1.) No Solution
2.) Unique Solution
3.) Infinitely Many Solution
Consistent System: A System of linear equations having one or more solutions is called a consistent system of equations.
Inconsistent System: A System of equations with no solutions is called an inconsistent system of equations.
Before we move on to finding a solution to a system of linear equations, we will first discuss some introductory algebra.
Rank of a Matrix
Rank of a matrix is determined as the number of non-zero rows in the row reduced form or the maximum number of independent columns, or the maximum number of independent rows.
Let A be any mxn matrix, and it has square sub-matrices of different orders. A matrix is said to be of rank r if it satisfies the following properties:
1.) It has at least one square sub-matrices of order r with a non-zero determinant.
2.) All the determinants of square sub-matrices of order (r+1) or higher than r are zero.
Rank is denoted as P(A).
Properties of Rank of a Matrix:
1.) If A is a null matrix, then P(A) = 0, i.e., the Rank of the null matrix is zero.
2.) If In is the nxn unit matrix, then P(A) = n.
3.) The rank of a matrix A mxn, P(A) ≤ min(m,n). Thus P(A) ≤m and P(A) ≤ n.
P(Anxn ) = n if |A| ≠0
4.) If P(A) = m and P(B)=n then P(AB) ≤ min(m,n).
5.) If A and B are square matrices of order n, then P(AB)? P(A) + P(B) – n.
System of Homogeneous Linear Equations
AX = 0
1.) X = 0 is always a solution, and it means all the unknowns have the same value as zero. (This is also known as a trivial solution)
2.) If P(A) = The Number of Unknown Variables, then Unique solution.
3.) If P(A) < The Number of Unknown, Infinite Number of Solutions.
System of Non-Homogeneous Linear Equations
AX = B.
1.) If P[A: B] ≠P(A), then no Solution.
2.) If P[A: B] = P(A) = The Number of Unknown Variables, then Unique solution.
3.) If P[A: B] = P(A) ≠The Number of Unknown, then Infinite Number of Solutions.
Here P[A: B] is the rank of gauss elimination representation of AX = B.
FAQs
1. Define a System of Linear Equations.
A System of Linear Equations is when two or more linear equations are working together.
2. What is a consistent system in the linear equation?
A System of linear equations having one or more solutions is called a consistent system of equations.
3. What is an inconsistent system in the linear equation?
A System of equations with no solutions is called an inconsistent system of equations.
Key Takeaways
In this article, we have extensively discussed the System of Linear Equations, its definition, and its solutions. If you want to learn more, check out our articles on the Determinants, Doolittle Algorithm, and Partial Differential Equations.
Do upvote our blog to help other ninjas grow.
Happy Coding!