how we can find intersection of sphere and cylinder????
2 次查看(过去 30 天)
显示 更早的评论
hi i am new in programming . i have sphere x1^2+0.1*x2^2+x3^=1 and a cylinder x1^2+x3^2=1.4. how i can find intersection of these two surfaces.
0 个评论
回答(1 个)
Torsten
2016-5-31
Insert 1.4 for x1^2+x3^2 in the first equation and you'll see that the two surfaces do not intersect ...
I don't know whether MATLAB offers the possibility to deduce simpler equations for lower dimensional manifolds in IR^n that are given by a system of nonlinear equations. You may try MATLAB's "solve" command.
Best wishes
Torsten.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!