Properties
Similar Topics
Statistics
Comments
4
Participants
4
Subscribers
4
Votes
1
Views
3625
Share
Answered
I'm trying to create a sign diagram using geogebra. Here's what I have so far:
How do I restrict the vertical lines to only display when y is greater than or equal to zero?
Files:
Screenshot 2019...
- 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
© 2023 International GeoGebra Institute
use Ray()
Example: Ray((3, 0), (3, -1))
The easiest way is by creating a segment, since a vertical line is not a function.
Or you can write the segment in parametric form, using the Curve command.
Say you want a segment from (x0, y0) to (x0, y1): then
On peut aussi utiliser l'outil demi-droite .
---
use Ray()
Example: Ray((3, 0), (3, -1))
Comments have been locked on this page!