3D plot of equation involving variables
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Walter Roberson
le 11 Juin 2021
Assuming you have found the right equation:
syms x y z real
fimplicit3(y^2+z^2==4*x^2)
0 commentaires
Voir également
Catégories
En savoir plus sur Calculus dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
