268 views

3 Answers

0 0 votes
Option A,

let eqn 1 be: -m1x+y=b1

let eqn 2 be: -m2x+y=b2

eqn1 - eqn2 => (m2-m1)x = b1-b2

now, if there is only 1 unique solution, that means,

in c1V1=0, there is no ci that is not equal to zero, therefore c1=0 => m2-m1 = 0 => m2==m1
and b1-b2 =0, => b1==b2.

I know my answer is not very clear, but let me know what you didnt understand

 
0 0 votes

Method 1:

The system has exactly one solution that means

$rank(A) = rank(A:b) = n$

if rank(A) = 0 then there is either zero solution or no solution

$-m_1 + m_2 = 0 \Rightarrow m_1 = m_2$

so for unique solution $m_1 \neq m_2$ 

 

method 2:

Exactly one solution means number of linearly independent vector equal to number of vectors(given square matrix)

$\begin{bmatrix} -m_1 & 1 \\ -m_2 & 1\end{bmatrix}$

 

if $m_1 = m_2 $ 

then there exists some k such that vector $\begin{bmatrix} m_1 \\ m_2 \end{bmatrix}$ is a linear combination of vector $\begin{bmatrix} 1 \\ 1 \end{bmatrix}$ i.e. $\begin{bmatrix} m_1 \\ m_2 \end{bmatrix} = k \begin{bmatrix} 1 \\ 1 \end{bmatrix}$

Position:
Show:

Related questions

1 1 vote
3 3 answers
600
600 views
GO Classes asked May 10, 2025
600 views
Let $A$ be an $n \times n$ matrix with characteristic polynomial $-\lambda(\lambda-1)^2$.Which of the following can be true:-A. $\operatorname{Rank}(A)=0$B. $\operatorna...
0 0 votes
2 2 answers
547
547 views
Himanshu P Dev asked Apr 3, 2025
547 views
Consider a matrix A of mXn sizeLet rank(A) = m = n.Which of the following is true about solutions of Ax = b ?a) There are infinite solutionsb) There is exactly one soluti...
3 3 votes
4 answers 4 answers
2.3k
2.3k views
DebRC asked Sep 19, 2022
2,333 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.