Tagged Questions
3
votes
2answers
242 views
What is the command to find function invariant?
What is the command to find function invariant?
http://demonstrations.wolfram.com/AFunctionInvariantUnderAGroupOfTransformations/
what is algorithm it use to calculate this?
Edit
there is a book ...
2
votes
2answers
250 views
decompose a number (less than 255) in a sum of powers of 2
Is there a built in function that would take a number and decompose it into a sum of powers of 2? The numbers will be non negative less than 256.
For what it's worth I'm trying to understand a paper ...