Properties
Similar Topics
Statistics
Comments
9
Participants
2
Subscribers
2
Votes
2
Views
1481
Share

How to find the maximum and minimum y value given the locus graph of a Differential Equation?
Answered
A. How to find the maximum and minimum y value given the locus graph of a Differential Equation?
B. How to create a point list of each locus graph of a Differential Equation?
Files:
ModelODE_Chemic...
- 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
Thank you mathmagic.
How to create a point list of each locus graph of a Differential Equation?l1=First(Element({numericalIntegral1},1),Length(Element({numericalIntegral1},1)))
l2=First(Element({numericalIntegral1},2),Length(Element({numericalIntegral1},2)))
l3=First(Element({numericalIntegral1},3),Length(Element({numericalIntegral1},3)))
How to find the maximum and minimum y value given the locus graph of a Differential Equation?
Maxl1=Max(Sequence(y(Element(l1, i)),i,1,Length(l1),1))
Maxl2=Max(Sequence(y(Element(l2, i)),i,1,Length(l2),1))
Minl3=Min(Sequence(y(Element(l3, i)),i,1,Length(l3),1))
https://help.geogebra.org/t...
element(sort(l1,y(l1)),length(l1))
element(sort(l1,y(l1)),1)
Comments have been locked on this page!