Rank & Kernel of A: Solving Linear Equations

Click For Summary

Homework Help Overview

The discussion revolves around determining the rank and kernel of a given matrix A, specifically in the context of linear algebra. The matrix is presented as a linear map from M4x1 to M3x1, and participants are tasked with finding a basis for the kernel and verifying the linear independence of the basis vectors.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the process of row reduction to find the rank and express confusion regarding how to solve for four variables with only two equations. There are attempts to clarify the method of finding the kernel and the implications of using the original matrix versus the reduced form.

Discussion Status

Some participants have provided guidance on how to approach the problem, suggesting the use of the original matrix for calculations and emphasizing the importance of reaching reduced row echelon form. Multiple interpretations of the kernel's basis vectors are being explored, with some disagreement on the correct vectors that span the nullspace.

Contextual Notes

There is a noted uncertainty regarding the definitions and implications of the kernel and rank, as well as the specific equations derived from the matrix. Participants are working within the constraints of the homework problem, which does not provide additional equations or context beyond the matrix itself.

tomeatworld
Messages
49
Reaction score
0

Homework Statement


Let A=[{1,3,2,2},{1,1,0,-2},{0,1,1,2}]
i) Find the rank
ii) Viewing A as a linear map from M4x1 to M3x1, find a basis for the kernel of A and verify directly that these basis vectors are indeed linearly independent.

Homework Equations


None

The Attempt at a Solution


i) is easy enough. Reduce rows to get: A=[{1,3,2,2},{0,1,1,2},{0,0,0,0}] so rank is 2.
ii) I'm not exactly sure of the question here. At first, I thought it was just find the kernel of the matrix and I had some trouble with that. Using the reduced matrix:
x1 + 3x2 + 2x3 + 2x4 = 0
and
x2 + x3 + 2x4 = 0
but how do I solve this for 4 variables with only 2 equations :/ Any help is appreciated!
 
Physics news on Phys.org
Multiply the vector by the original matrix, not the reduced row form. You get a pretty comfy vector.
 
How so?
 
If your vector is {x,y,z,w} then you should get the equations
w=(x+y)/2
z= -x-2y
So that's actually two vectors that you will get. If you don't know how to turn those equations into vectors i recomened you go here http://tutorial.math.lamar.edu/Classes/LinAlg/LinAlg.aspx and read up a bit.
 
tomeatworld said:

Homework Statement


Let A=[{1,3,2,2},{1,1,0,-2},{0,1,1,2}]
i) Find the rank
ii) Viewing A as a linear map from M4x1 to M3x1, find a basis for the kernel of A and verify directly that these basis vectors are indeed linearly independent.

Homework Equations


None

The Attempt at a Solution


i) is easy enough. Reduce rows to get: A=[{1,3,2,2},{0,1,1,2},{0,0,0,0}] so rank is 2.
ii) I'm not exactly sure of the question here. At first, I thought it was just find the kernel of the matrix and I had some trouble with that. Using the reduced matrix:
x1 + 3x2 + 2x3 + 2x4 = 0
and
x2 + x3 + 2x4 = 0
but how do I solve this for 4 variables with only 2 equations :/ Any help is appreciated!
Work with your matrix to get it in reduced row echelon form. In this form all entries above or below a leading 1 entry are zero. Since your matrix looks like this:
1 3 2 2
0 1 1 2

it's not in reduced row echelon form.

After getting to this form use the first row to write an equation that has x1 in terms of x3 and x4. Use the second row to write an equation that has x2 in terms of x3 and x4. The last two equations are simply x3 = x3 and x4 = x4. This will show two vectors that span the nullspace.
 
Ah of course. So you'd get:

1 0 -1 -4
0 1 1 2

so you end with the two vectors: {(1,0,-1,-4),(0,1,1,2)} which are the basis for the kernel. Sound good?
 
No, that's not it. The rows don't make a basis for the kernel.

The matrix you have represents the equation Ax = 0, where the first two rows of A are as you show.

Solve for x1 in the first row (equation) and for x2 in the second row (equation) to get the following.
x1 = x3 + x4
x2 = -x3 - 2x4

If you add equations for x3 and x4, you get the following system.

x1 = x3 + x4
x2 = -x3 - 2x4
x3 = x3
x4 = ...... x4

Every vector in the nullspace is a linear combination of two vectors that are lurking in the system above.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
5K