3D plot of equation involving variables

3 visualizaciones (últimos 30 días)
Scott Stearns
Scott Stearns el 11 de Jun. de 2021
Respondida: Walter Roberson el 11 de Jun. de 2021
Original Problem:
  1. 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?

Respuestas (1)

Walter Roberson
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)

Community Treasure Hunt

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

Start Hunting!

Translated by