Properties
Category
English
Similar Topics
Statistics
Comments
3
Participants
2
Subscribers
2
Votes
1
Views
430
Share
Needs Answer
Hi,
Is there a way to set boundaries on quadratic surfaces in 3D, such as x^2+2z^2=1 or y=z^2-x^2, (for example only for x>=0 and z<=2) with some condition function, similar to If() in 2D?
Or surface() command needs to be used?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2022 International GeoGebra Institute
una cuadrica es eso: una cuadrica y por tanto no tiene limitaciones así que si quieres dibujar zonas de una cuadrica debes usar otro tipo de objeto como, por ejemplo, una superficie o una funcion por ejemplo para x^2+2z^2=1 z>=0 x>=0 puedes hacer
f(x,y)=sqrt((1-x^2)/2)
if(x>=0,f(x,y))
tambien puedes representar una zona y realizar los giros y traslaciones necesarias para que se situen en otros ejes
por ejemplo representar if(x>=0&&y<=2,y^2-x^2) entonces lo giras 90º alrededor del eje x para tu segundo supuesto
también puedes parametrizar la superficie y así tienes control sobre más zonas de la cuadrica por ejemplo en el adjunto a y b
That is great!
Thank you for all your help!
Comments have been locked on this page!