Properties
Category
English
Similar Topics
Statistics
Comments
5
Participants
4
Subscribers
2
Votes
1
Views
1352
Share
Completed
Hi.
In the attached file, then I have made a simple Get[] that draws a curve.
You can see the parameters of the function g(x) being 1.94, 0.02 and -6.98.
It would be nice to be able to extract this numbers like I have tried by using the variable WantToGetThisNumber. but it just returns the values from the slider, like expected.
I want WantToGetThisNumber to be 1.94, and change whenever g(x) changes.0
Thanks
- 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
hello
try WantToGetThisNumber=g(x(Root[g'(x)]))
saludos
Hi.
Thanks for a good idea.
However, your method will work only for this type of functions. I'm able to get the number 1.94 with your method. However, I wish there was a more general way to get those numbers.
Here is my idea on how it could work:
Given the same file as atached in my previous post.
There could be a function that returned a list of all the non-fixed numbers that makes the function g(x) fit. Example:
Listofnumbers = GetVariousNumbers[g]
and should return this:
{1.94,0.02,-6.98}
Hi. Is there any progress regarding this issue? Greetings.
Comments have been locked on this page!