3D plot of equation involving variables
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Original Problem:
- Find an equation for the surface consisting of all points 𝑃P for which the distance from 𝑃P to the 𝑥x-axis is twice the distance from 𝑃P to the 𝑦𝑧yz-plane and identify the surface.
Equation I've gotten thus far is y^2+z^2=4*x^2. How would i go about plotting a 3D representation of this equation?
0 comentarios
Respuestas (1)
Walter Roberson
el 11 de Jun. de 2021
Assuming you have found the right equation:
syms x y z real
fimplicit3(y^2+z^2==4*x^2)
0 comentarios
Ver también
Categorías
Más información sobre Calculus 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!
