Problem in setting homogenous parameters

  • Thread starter Thread starter shellizle
  • Start date Start date
  • Tags Tags
    Parameters
shellizle
Messages
4
Reaction score
0

Homework Statement



how to put x+z=0, and y-z+2w=0 into matrices in terms of two parameters?


Homework Equations


AX=0, looking for x


The Attempt at a Solution



x=-z
y=z-2w

(-1, 1, 1, 0)z, no idea what the other matrix is :S

thanks advance guys!
 
Physics news on Phys.org
Your question is somewhat misleading. I don't think you want to put the equations into matrices, but rather find two vectors that are a basis for the nullspace (or kernel) of your matrix A.

You can write z and w in terms of x and y, like so:
z = -x
w= -.5x -.5y
In the latter equation, I substituted -x for z in the equation y -z + 2w=0.


x=1x+0y
y=0x+1y
z=-1x+0y
w=-.5x-.5y

So in the equations above, a vector x = (x, y, z, w) can be written as a linear combination of two other vectors.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top