Properties
Similar Topics
Statistics
Comments
2
Participants
3
Subscribers
3
Votes
1
Views
1158
Share
Answered
Hi
Is there difference between using the commands
- Function(f(x),start,end)
- If(start<=x<=end,f(x))
?
When I want to use the command solve then I can't use function defined on limited interval.
I then have to solve the equation graphically.
Is there an explaination for this issue?
Regards
Olav
- 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
Solve({f(x)=0,start<=x,x<=end}) for example: Solve({(x-1)(x-3)=0,0<=x,x<=2})
look at the syntax of solve().
https://wiki.geogebra.org/e...
try Roots( <Function>, <Start x-Value>, <End x-Value> )
eg: roots((x-1)(x-3)=0,0,2)
Comments have been locked on this page!