Let A=[[a b][c d]], ad-bc=0, a=b=0; examine A[[x1][x2]]

warwick

Full Member
Joined
Jan 27, 2006
Messages
311
As opposed to intuitively for the one on the right.

question.jpg


0 + 0 = 0
cx1 + dx2 = 0

Obviously, x1 would have to equal d and x2 equal -c, or vice versa, whatever.
 
Re: What's the rigorous way to solve this?

Just solve for x1. x1 = (-d/c)x2. There are infinitely many solutions.

Try x = [1, -c/d]
 
Re: What's the rigorous way to solve this?

daon said:
Just solve for x1. x1 = (-d/c)x2. There are infinitely many solutions.

Try x = [1, -c/d]

Yeah, I know that. I just wondered if there was a similar way to get x = (d, -c).
 
Re: What's the rigorous way to solve this?

warwick said:
daon said:
Just solve for x1. x1 = (-d/c)x2. There are infinitely many solutions.

Try x = [1, -c/d]

Yeah, I know that. I just wondered if there was a similar way to get x = (d, -c).

Yeah, choose x2 = -c. The author of that solution must have felt it was "nicer."
 
Re: What's the rigorous way to solve this?

daon said:
warwick said:
daon said:
Just solve for x1. x1 = (-d/c)x2. There are infinitely many solutions.

Try x = [1, -c/d]

Yeah, I know that. I just wondered if there was a similar way to get x = (d, -c).

Yeah, choose x2 = -c. The author of that solution must have felt it was "nicer."

Ah. Since x2 is a free variable you can do that. lol.
 
Top