Solving 3D Vector equations
显示 更早的评论
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.
采纳的回答
更多回答(1 个)
Jan
2011-5-28
2 个投票
Yes. If the equation can be solved, it can be solved in Matlab also.
If you want a more detailed answer, post the equation.
类别
在 帮助中心 和 File Exchange 中查找有关 Programming 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!