12-14-2004, 06:04 PM | #1 (permalink) |
Fledgling Dead Head
Location: Clarkson U.
|
Linear Algebra Problem... Need some help quick please!
Ok, I just dont know how to solve this...
We want to solve for X, when AX=B A= (-1 2) (2 -4) (A is 2x2 matrix) B=(1 2) (3 5) (B is 2x2 matrix) So I need to find X, which as far as I can tell is a 2x2 matrix. Every problem we ever did in class, had X and B as a single column matirx, so I'm stumped as hell. I've tried using x=(x1 x2) (x3 x4) But when you get the equations, and sub through them, you get 0=0. If you set up the equations in two seperate augmented matrices (Using the coefficients on the X's), then reduce (In an attempt to get to reduced row echolon form) it ends up being a matrix of 0's with real numbers in the augmented spot. Im so helplessly, and entirly confused... |
12-14-2004, 08:46 PM | #2 (permalink) |
Tilted
|
It is obviously clear that matrix A is singular (row 2 = -2*row 1), that is its columns are not linearly independent. This means that there is no inverse to A and hence trying X=A^(-1)*B won't work, which is probably the "normal" way of doing things. This either means that there is no solution to the system, or infinitely many solutions. I tried myself to solve it and ended up getting -2=3, which means there are no solutions to that equation.
|
12-15-2004, 12:08 PM | #4 (permalink) | |
Crazy
Location: Tampa, FL
|
Quote:
The sizes of the final matrix is easy - Drop the 2 inside numbers of the matrices and only use the outer two numbers (rows from the first matrix and columns from the second). Example: a 1x4 matrix times a 4x6 matrix will result in a 1x6 matrix. (keep in mind that the 2 inside numbers must be the same). Other than that, i think a-j is right. The determinate of A is 0 therefore it does not have an inverse - which is what you would need to properly solve it. I believe there is no solution. Last edited by GeePeeS'r; 12-15-2004 at 12:21 PM.. |
|
12-18-2004, 09:47 AM | #7 (permalink) | |
Crazy
Location: Top of the World, Mom!
|
Quote:
I've actually used it times to times, unlike other mathematical knowledge I 've acquired. Mostely in computer related stuff. It's nice to see that 6 years of university wasn't all in vain...
__________________
Live life like you're gonna die, beacause you're gonna! - William Shatner. |
|
12-18-2004, 04:35 PM | #9 (permalink) |
Crazy
|
krwlz, this question is relatively easy to solve. since you probably wanna try by yourself, here\'s some hint:
you know x is a 2x2 matrix, because A and B both are: [2x2] [2x2] = [2x2]. Now let the elements of X be: (a b) (c d) now we have: (-1 2) (a b) = (1 2) (2 -4) (c d) (3 5) use the multiplication rules for matrix multiplication and you will have four equations with four unknowns to solve (a, b, c, d), which is very easy to do. Try it, and let me know if you still have trouble. |
12-19-2004, 07:03 PM | #12 (permalink) |
Fledgling Dead Head
Location: Clarkson U.
|
First, the rules for use
A is a matrix, and it is square (n x n) 1. A ^ (-1) exists 2. AX=O has one solution 3. AX=B has one solution per choice of B 4. A~I 5. det(A) does not equal zero Either they are all true, or they are all false, for any n x n matrix |
12-19-2004, 07:37 PM | #13 (permalink) |
Addict
|
Ah I see now. Actually 2 is that AX=O only has the <em>trivial</em> solution. An old textbook I have also lists two more after 4 and before 5:
A is expressible as a product of elementary matrices, and AX=B is consistent for every n by 1 matrix B. In fact, that theorem can also be extended to at least 17 parts after you include things about linear transformations, spanning, basis, and rank/nullity. Pretty cool. |
12-20-2004, 07:21 PM | #14 (permalink) |
Lennonite Priest
Location: Mansfield, Ohio USA
|
We want to solve for X, when AX=B
A= (-1 2) (2 -4) (A is 2x2 matrix) B= (1 2) (3 5) (B is 2x2 matrix) AX=B X= (AI)*B GAUSS-JORDAN (-1 2|1 0) (2 -4|0 1) R2+R1 (1 -2|1 1) (2 -4|0 1) -2R1+R2 (1 -2|1 1) (0 -8|-2 -1) -1/4R2+R1 (1 0| 1.5 .75) (0 -8|-2 -1) 1/8R2 (1 0|1.5 .75) (0 1| -.25 -.125) X= (1.5 | .75)*B (-.25 | -.125)*B (1.5 |.75)*(1 2) (-.25|-.125)*(3 5) 1.5+2.25 | 3+ 3.75 = X -.25+-.375|-.5+-.625 = X (3.75 |6.75) or (3 3/4| 6 3/4)=X (-.625|-1.125) or (-5/8 |-1 1/8)=X This is how I would solve. *Edited because I had forgotten to multiply identity A with B.
__________________
I just love people who use the excuse "I use/do this because I LOVE the feeling/joy/happiness it brings me" and expect you to be ok with that as you watch them destroy their life blindly following. My response is, "I like to put forks in an eletrical socket, just LOVE that feeling, can't ever get enough of it, so will you let me put this copper fork in that electric socket?" Last edited by pan6467; 12-21-2004 at 06:24 AM.. |
12-21-2004, 06:37 AM | #15 (permalink) | |
Crazy
|
good krwlz, i think you got the right answer!
Quote:
-2R1+R2 should give you a zero row, therefore suggesting no solution. -2R1+R2 (1 -2|1 1) (0 0 |x x) |
|
12-22-2004, 12:34 PM | #16 (permalink) | |
Fledgling Dead Head
Location: Clarkson U.
|
Quote:
And that 5 part theorem is only the things that are completley logically equivalent... Anything you can derive from there needs not be listed, because it is implied. Such as spanning is essentially, #3, and liniear indepenence is #2. |
|
Tags |
algebra, linear, problem, quick |
|
|