Properties
Category
Danish
Similar Topics
Statistics
Comments
5
Participants
3
Subscribers
0
Votes
1
Views
1068
Share
Needs Answer
I have made an expression for a 2. grade function and would like to simplify it so that 0x is left out of the expression and so that 1x = x and -1x = -x, but without structure it so that the parts of ax^2, bx and c comes in a random order.
How can I do that ?
- 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
try Sum(Shuffle({Polynomial(a x²), Polynomial(b x), Polynomial(c)}))
To ommit the 1 for a and b and the zero for b and c you can use f(x)=Polynomial(a x² + b x+c).
But if you want to display the three terms in random order, you can make seperate texts of them and show a permutation of these three texts.
chris
try Sum(Shuffle({Polynomial(a x²), Polynomial(b x), Polynomial(c)}))
What is the name of the Shuffle function in danish ?
Comments have been locked on this page!