how we can find intersection of sphere and cylinder????

1 次查看(过去 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.

回答(1 个)

Torsten
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.

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by