| Thread Closed |
Rank of a matrix |
Share Thread | Thread Tools |
| Mar17-08, 09:03 PM | #1 |
|
|
Rank of a matrix
1. The problem statement, all variables and given/known data
Find all possible values of rank(A) as a varies. A=[1, 2, a] [-2, 4a, 2] [a, -2, 1] A is 3x3, just merge the 3 row vectors. 3. The attempt at a solution I have the solution but I create this thread to find the most effective/efficient procedure for me to solve these kinds of problems. What are the possible dimensions of the row/column space as a varies? When do the columns/ranks become linearly dependent based on different values for a? I don't want to guess or plug in arbitrary numbers; I want a generalized, systematic approach that works every time. |
| PhysOrg.com |
science news on PhysOrg.com >> Hong Kong launches first electric taxis >> Morocco to harness the wind in energy hunt >> Galaxy's Ring of Fire |
| Mar18-08, 04:20 AM | #2 |
|
|
There are the following possibilities:
Now for each case, you can write down an equation and solve it for a. For example,let me do the third case (first and third are dependent, but independent of the second). If the third column is a multiple n of the first one, you must have 1 = n a -2 = 2 n a = n 1 From the second equation you see that there is just one possibility for n. Then you get a solution for a from one of the others. Finally, use the remaining equation to see if this value indeed satisfies all of them. Then plug this value into the 4a in the second column, and check that it is indeed independent of the first (and/or third) |
| Mar18-08, 09:00 AM | #3 |
|
|
The simplest way to determine the rank of a matrix is to "row-reduce". The rank is the number of rows that contain non-zero entries.
In the case you give [tex]A= \left(\begin{array}{ccc}1 & 2 & a \\-2 & 4a & 2\\ a & -2 & 1\end{array}\right)[/tex] Add twice the first row to the second and subtract a times the first row from the third to get [tex]A= \left(\begin{array}{ccc}1 & 2 & a \\0 & 4a+ 4 & 2+ 2a\\ 0 & -2-2a & 1-a^2\end{array}\right)[/tex] Now add half the second row to the third to get [tex]A= \left(\begin{array}{ccc}1 & 2 & a \\0 & 4a+ 4 & 2+ 2a\\ 0 & 0 & 2+ 2a- a^2\end{array}\right)[/tex] If a= -1 that has only 2 non-zero rows and so the rank of A is 2. If a= [itex]-1\pm\sqrt{3} the last row is 0 and again the rank of A is 2. For any other value of a, the rank is 3. |
| Mar18-08, 10:17 PM | #4 |
|
|
Rank of a matrix
Thanks a lot; that was very helpful.
|
| Thread Closed |
| Thread Tools | |
Similar Threads for: Rank of a matrix
|
||||
| Thread | Forum | Replies | ||
| rank of matrix problem | Calculus & Beyond Homework | 9 | ||
| Matrix manipulations/rank of a matrix | Calculus & Beyond Homework | 2 | ||
| Rank of a matrix and more | Precalculus Mathematics Homework | 9 | ||
| Rank of a Matrix | Calculus & Beyond Homework | 6 | ||
| I don't understand the rank of a matrix! | Introductory Physics Homework | 4 | ||