Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigFracPwr class does not support root simplification and rationalization #6

Open
mcreng opened this issue Aug 30, 2017 · 0 comments
Open
Assignees
Milestone

Comments

@mcreng
Copy link
Member

mcreng commented Aug 30, 2017

Root simplification

Example: (1/4) ^ (1/2) should simplify to (1/2).

Rationalization

Example: (1/2) ^ (1/2) should rationalize to sqrt(2) / 2.
It is proven that only for square roots and those in form of 1 / n^(p/q) where n, p & q are integers need to be concerned for rationalization.

@mcreng mcreng self-assigned this Aug 30, 2017
@mcreng mcreng modified the milestone: Axiom (v1) Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant