Idea
scalara unknownx=scalarb
x unknown that needs to be solved
a=0,x=b/a
generalize these
ax+by=m ,cx+dy=n
[acbd][xy]=[mn]
are unknowns solutions?
Ax=B⇒x= ?
[acbd][xy]=[mn]
Goal: How to solve for x ?
Notation: x≡x
(in appropriate context, we use ' x ' to denote the vector value)
Example:
a11x+a12y+a13z=b1 ⟶ (1)
a21x+a22y+a23z=b2 ⟶ (2)
a31x+a32y+a33z=b3 ⟶ (3)
a11a21a31a12a22a32a13a23a33xyz=b1b2b3
A×x=B
In general, n×n(A) n×1(x) n×1(B)
Ax=B→ System of Equations
Consistency: A system of equations is said to be consistent if a solution exists (one or more solutions)
Inconsistency: A system of equations is said to be inconsistent if a solution does not exist
Ax=B
consistency, inconsistency?
How to check?
Case 1: A is non. singular (det(A)=0) ⇒A−1 exists
A−1×[Ax=B
⇒A−1Ax=A−1B
⇒x=A−1B
Case 2: A is singular (det(A)=0)
(adjA)A=det(A)⋅I=0
→×[Ax=B
⇒(0adjA)Ax=(adjA)B
⇒0=(adjA)B
(2a) y(adjA)B=0
then we cannot say anything about consistency or inconsistency→(2b)4(adjA)B=0
then we say is 'inconsistent'
[141−1][xy]=[100]
A×x=B
det(A)=−1−4=−5=0
⇒ This has a solution ⇒ consistent
what is oration? x=A−1B
A−1=5−1[−1−4−11]
⇒ A−1B=−51[−1−4−11][100]
⇒ x=−51[−10−40]=[28]
Check: x=[28] satisfies the equation?
x+y=10
4x−y=0
∴ This solution satisfies be original equations.
Geometry of this example
x+y=10
4x−y=0
The point of intersection satisfies the equations of both the lines.
An inconsistent system?
x+y=10 and x+y=20
[1111][xy]=[1020]
A×x=B
det(A)=1−1=0
adj(A)=[1−1−11]×[Ax]=B
check adj (A)⋅B=[1−1−11][1020]=[−1010]
⇒ 0=[−1010]?? ⇒ inconsistent
Infinitily many solutions?
x+y=10
2x+2y=10×2=20
[1212][xy]=[1020]
A×x=B
det(A)=0
adj(A)=[2−2−11]
adj(A).B=[00]
as per the procedure, comment concluds about consistant/inconsistent from here
Previous example
3 variations
summary,
1 det(A)=0⇒x=A−1B (one point of intersection)
2 (b) det(A)=0→ (inconsistent) (parallel lines)
2 (a) det(A)=0→ no conclusion ( some line ⇒ infinitily many solutions)
Briefly,
αx+2y=λ
3x−2y=μ
α,λ,h∈R
Is the following true?
if α=−3 then the system has a only one unique solution for all λ & μ.
[α32−2][xy]=[λμ]
A×x=B
det(A)=−2α−6
det(A)=0 if α=−3 (α=−3)
if det(A)±0⇒ consistent system.
x=A−1B=−2α−61[−2−3−2α][λμ]
=2α+6−1[−2λ−2μ−3λ+αμ]
one solution for given λμα(=−3). Statement is true