Re: Cross product problem
Quote:
Originally Posted by
ahmedzoro10
Hello,
I'm facing problems while trying to solve this problem :)
we have u and v and we need to find b that satisfies the following equation:
u x b = v
I've tried to solve it and i got only one coordinates for B and it we should get infinity number of vectors satisfies this equation up there
it would be helpful to know what u and v are ...
Re: Cross product problem
Quote:
Originally Posted by
skeeter
it would be helpful to know what u and v are ...
u= [-1 3 2] and v= [1 1 -1]
Re: Cross product problem
if
then
means that
.
this is a system of 3 linear equations in 3 unknowns:

can you continue?
Re: Cross product problem
Quote:
Originally Posted by
Deveno
if
)
then

means that
 = (1,1,-1))
.
this is a system of 3 linear equations in 3 unknowns:

Be careful:
That matrix is singular.
You might try rref.
Re: Cross product problem
Quote:
Originally Posted by
Plato
Be careful:
That matrix is singular.
You might try rref.
I got it . Thanks alot :)
Re: Cross product problem
I got A^(-1) = 0! is that right!
I've used adjoint method getting the inverse of A
Re: Cross product problem
Quote:
Originally Posted by
ahmedzoro10
I got A^(-1) = 0! is that right!
I've used adjoint method getting the inverse of A
No, that is not right. Plato told you that A does not have an inverse.
(And no invertible matrix has 0 as its inverse.)
Re: Cross product problem
Quote:
Originally Posted by
HallsofIvy
No, that is not right. Plato told you that A does not have an inverse.
(And no invertible matrix has 0 as its inverse.)
oh sorry I haven't noticed his post saying "this matrices is singular" :)
Re: Cross product problem
b will equal [ t , 1-3t , 1-2t ] assuming that b1 = t ,right?
Re: Cross product problem
one question,please
Why we don't just put
3b3-2b2=1
2b1+b3=1
-3b1-b2=-1
and solve for this equations
Re: Cross product problem
You certainly can do that. In particular, If you multiply the last equation by 2 and subtract it from the first equation, you get
. From the second equation,
so
which is true for all x. Taking
gives
and
, exactly what you give above.