Solving 3D Vector equations
Mostrar comentarios más antiguos
I need to solve 3D vector equations having known and unknown position vectors. Equations have dot products, cross products, modulus and a combination of them.
Here's a one set of equations.
(l-o) x (q-o) . (c-o) = 0
o-q * [ (l-q).(q-c) ] = l-q * [ (o-q).(q-c) ]
Here, l,o,q,c are position vectors and l,o are known.
Thank you.
Respuesta aceptada
Más respuestas (1)
Jan
el 28 de Mayo de 2011
2 votos
Yes. If the equation can be solved, it can be solved in Matlab also.
If you want a more detailed answer, post the equation.
1 comentario
Chirath Dharshana
el 29 de Mayo de 2011
Categorías
Más información sobre Programming en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!