Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
Ghulam Murtaza
Ghulam Murtaza el 31 de Mayo de 2016
Respondida: Torsten el 31 de Mayo de 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.

Respuestas (1)

Torsten
Torsten el 31 de Mayo de 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.

Categorías

Más información sobre Direct Search en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by