Consider the transpose of Your matrix A, that is, the matrix whose first column is the first row of A, the second column is the second row of A, etc. Let B be this new matrix. How many solutions does the system Bx = 0 have? Explain Your reasoning.

Respuesta :

Answer:The system could have no solution or n number of solution where n is the number of unknown in the n linear equations.

Step-by-step explanation:

To determine if solution exist or not, you test the equation for consistency.

A system is said to be consistent if the rank of a matrix (say B ) is equal to the rank of the matrix formed by adding the constant terms(in this case the zeros) as a third column to the matrix B.

Consider the following scenarios:

(1) For example:Given the matrix A=[tex]\left[\begin{array}{ccc}1&2\\3&4\end{array}\right][/tex], to transpose A, exchange rows with columns i.e take first column as first row and second column as second row as follows:

Let A transpose be B.

∵B=[tex]\left[\begin{array}{ccc}1&3\\2&4\end{array}\right][/tex]

the system Bx=0 can be represented in matrix form as:

[tex]\left[\begin{array}{ccc}1&3\\2&4\end{array}\right][/tex][tex]\left[\begin{array}{ccc}x_{1} \\x_{2} \end{array}\right][/tex]=[tex]\left[\begin{array}{ccc}0\\0\end{array}\right][/tex] ................................eq(1)

Now, to determine the rank of B, we work the determinant of the maximum sub-square matrix of B. In this case, B is a 2 x 2 matrix, therefore, the maximum sub-square matrix of B is itself B. Hence,

|B|=(1*4)-(3*2)= 4-6 = -2 i.e, B is a non-singular matrix with rank of order (-2).

Again, adding the constant terms of equation 1(in this case zeros) as a third column to B, we have [tex]B_{0}[/tex]:      

[tex]B_{0}[/tex]=[tex]\left[\begin{array}{ccc}1&3&0\\4&2&0\end{array}\right][/tex]. The rank of [tex]B_{0}[/tex] can be found by using the second column and third column pair as follows:

|[tex]B_{0}[/tex]|=(3*0)-(0*2)=0 i.e, [tex]B_{0}[/tex] is a singular matrix with rank of order 1.

Note: a matrix is singular if its determinant is = 0 and non-singular if it is [tex]\neq[/tex]0.

Comparing the rank of both B and [tex]B_{0}[/tex], it is obvious that

Rank of B[tex]\neq[/tex]Rank of [tex]B_{0}[/tex] since (-2)<1.

Therefore, we can conclude that equation(1) is inconsistent and thus has no solution.    

(2) If B=[tex]\left[\begin{array}{ccc}-4&5\\-8&10&\end{array}\right][/tex] is the transpose of matrix A=[tex]\left[\begin{array}{ccc}-4&-8\\5&10\end{array}\right][/tex], then

Then the equation Bx=0 is represented as:

[tex]\left[\begin{array}{ccc}-4&5\\-8&10&\end{array}\right][/tex][tex]\left[\begin{array}{ccc}x_{1} \\x_{2} \end{array}\right][/tex]=[tex]\left[\begin{array}{ccc}0\\0\end{array}\right][/tex]..................................eq(2)

|B|= (-4*10)-(5*(-8))= -40+40 = 0  i.e B has a rank of order 1.

[tex]B_{0}[/tex]=[tex]\left[\begin{array}{ccc}-4&5&0\\-8&10&0\end{array}\right][/tex],

|[tex]B_{0}[/tex]|=(5*0)-(0*10)=0-0=0   i.e [tex]B_{0}[/tex] has a rank of order 1.

we can therefor conclude that since

rank B=rank [tex]B_{0}[/tex]=1,  equation(2) is consistent and has 2 solutions for the 2 unknown ([tex]X_{1}[/tex] and [tex]X_{2}[/tex]).

Summary:

  • Given an equation Bx=0, transform the set of linear equations into matrix form as shown in equations(1 and 2).
  • Determine the rank of both the coefficients matrix B and [tex]B_{0}[/tex] which is formed by adding a column with the constant elements of the equation to the coefficient matrix.
  • If the rank of both matrix is same, then the equation is consistent and there exists n number of solutions(n is based on the number of unknown) but if they are not equal, then the equation is not consistent and there is no number of solution.
ACCESS MORE