ago
34 views

1 Answer

0 votes
0 votes

if $det(A) \neq 0$ for a square matrix $A$, then a unique solution always exists for the system $Ax = b$ for any vector $b$.

proof: let, $A_{n \times n}$ be a square matrix, having $det(A) \neq 0$.

now, let $b$ be any $n$-dimensional vector.

we want to prove that there exists a vector $x$ such that $Ax = b$.

since, $det(A) \neq 0$, we know that $A$ is invertible.

let, $A^{-1}$ be the inverse of $A$.

consider the vector $x = A^{-1}b$.

we will show that this $x$ is a solution to $Ax = b$

$x = A^{-1}b$        ...............................(1)

multiplying $A$ both sides,

$Ax = A(A^{-1}b)$

$Ax = (AA^{-1})b)$ (by associativity of matrix multiplication)

$Ax = Ib$ (since $AA^{-1} = I$, where $I$ is the identity matrix)

$Ax = b$ (since $Ib = b$ for any vector $b$)

therefore, we have found an $x$ (namely, $A^{-1}b$) such that $Ax = b$.

this $x$ exists for any arbitrary vector $b$ because $A^{-1}$ exists (due to $det(A) \neq 0$) and can be applied to any vector $b$.

moreover, this solution is unique.

If there were another solution $y$ such that $Ay = b$, then: 

$Ay = b$

multiplying $A^{-1}$ both sides,

$A^{-1}Ay = A^{-1}b$

$Iy = A^{-1}b$

$y = A^{-1}b$      ..............................(2)

from equation (1) and (2),

$x = y$

hence, the solution $x$ is unique for any $b$ in $Ax = b$.

Thus, we have proved that when $det(A) \neq 0$, for any vector $b$, there always exists a unique solution $x$ to the equation $Ax = b$, and this solution is given by $x = A^{-1}b$.

ago

Related questions

4.6k
views
0 answers
1 votes
25
views
1 answers
0 votes
anujs asked 2 days ago
25 views
If a square matrix $A_{n \times n}$ has $n$ linearly independent columns, then $det(A) \neq 0$. why ?
2.0k
views
1 answers
1 votes
learncp asked Aug 25, 2015
2,030 views
A be a n-square matrix with integer entries and B = A + 12 I. Then(a) B is idempotent      (b) B inverse exist(c) B is nilpotent       (d) B inverse is idempotent
4.6k
views
2 answers
0 votes
learncp asked Aug 25, 2015
4,642 views
A is a 4-square matrix and A_5 (a raised to the power of 5) = 0. Then A_4 =a) Ib) -Ic) 0d) A