Properties
Category
English
Similar Topics
Statistics
Comments
2
Participants
2
Subscribers
2
Votes
1
Views
762
Share
Answered
I know the Coefficients command puts all the coefficients of a polynomial into a list.
Is there a similar command to return the parameters of an exponential function of the form
f(x) = a * e^(bx) ?
- 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
you can use a trick like
a=f(0)
b=f'(0)/f(0)
Sweet! I knew I needed to use the derivative, but I didn't think about substituting zero values.
Thanks! It worked like a charm.
Comments have been locked on this page!