retagged by
174 views
0 votes
0 votes

For the system of linear equation Ax=0 where matrix A(mxn) , what can we say about the number of solutions for this equation :

1. if all n columns of A are linearly Independent.

2. if less than n columns of A are linearly Independent.

retagged by

2 Answers

1 votes
1 votes

1. If all n columns of A are linearly Independent

So only 2 cases are possible for m&n i.e m<n or m=n 

when m=n,

Columns of A will always have an unique solution. (Columns of A fills the Space of R^m)

when m>n,

Columns of A will either have an unique solution or no solution (in case of Ax=b)

but since here we are dealing with Ax=0, we always have a unique solution which is the Trivial Solution (A.0 = 0)

2. if less than n columns of A are Linearly Independent

This is means the set of columns of A is linearly dependent.

Therefore, columns of A will always have more than one solution (infinite solutions).

 

1 votes
1 votes

1. if all n columns of A are linearly Independent.
then rank of A is n and nuility is 0, T
he only solution to 𝐴𝑥=0 is the trivial solution x=0. This means that the system has a unique solution (the trivial one)
2. if less than n columns of A are linearly Independent.
then
nullity(𝐴)=𝑛−rank(𝐴)>0, he system 𝐴𝑥=0Ax=0 has infinitely many solutions.
refer the following tree diagram for better and easy understanding.

Related questions

1.2k
views
3 answers
3 votes
DebRC asked Sep 19, 2022
1,169 views
Let $A$ be a $3$ x $3$ matrix with rank $2$. Then, $AX=0$ hasThe trivial solution $X=0$.One independent solution.Two independent solution.Three independent solution.
1.1k
views
4 answers
5 votes
LRU asked Nov 5, 2021
1,136 views
Consider the system of equations x+y+z=3x+2y+3z=4x+4y+kz=6 The above system of equations will not have a unique solution for k equals to___
758
views
1 answers
4 votes
admin asked Mar 31, 2020
758 views
The system of simultaneous equations$x+2y+z=6\\2x+y+2z=6\\x+y+z=5$hasunique solution.infinite number of solutions.no solution.exactly two solutions.
2.1k
views
2 answers
2 votes
Ayush Upadhyaya asked Nov 15, 2018
2,090 views
Let AX=B be a system of n linear equations in n unknown with integer coefficient and the components of B are all integer. Consider the following(1)det(A)=1(2)det(A) ... 4 holds true(d)If 2, then 3 holds trueI think (d) should be the answer.