Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Ghulam Murtaza
Ghulam Murtaza le 31 Mai 2016
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.

Réponses (1)

Torsten
Torsten le 31 Mai 2016
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.

Community Treasure Hunt

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

Start Hunting!

Translated by