i'm trying to solve an equation but I don't know the way to do this. I've got a vector x wich is actually a matrix type and I would like to solve the equation x.transpose()*v=0 where v is another vector
Can someone help me?
I thank you in advance
|
i'm trying to solve an equation but I don't know the way to do this. I've got a vector x wich is actually a matrix type and I would like to solve the equation x.transpose()*v=0 where v is another vector Can someone help me? I thank you in advance | |||
|
feedback
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
Take any vector at all and project it into the orthogonal complement of
As written, this is quite unrestrained and gives a fairly arbitrary solution, but the same idea can be built up to find a set of basis vectors for all solutions. | |||
|
feedback
|
|
You have said in your comment you know there are a lot of possible solutions, and how can you get one, so here is one for you:
| |||
|
feedback
|
xin? Is it an array? A list? Anumpyobject? Something else? – Alex Reynolds Aug 18 '11 at 1:24