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

Roots vs fractioned powers? #204

Open
WhiteBlackGoose opened this issue Sep 7, 2020 · 0 comments
Open

Roots vs fractioned powers? #204

WhiteBlackGoose opened this issue Sep 7, 2020 · 0 comments
Labels
Opinions wanted We are interested in your opinion about the topic

Comments

@WhiteBlackGoose
Copy link
Member

That is quite a vague and ambiguous topic when it comes to computational algebra. As we know, n-th root is something whose n-th power is the root's argument. So technically there are a lot of such numbers. The simplest way to represent a root is fractioned powers, e. g. square root of x is x^(1/2).

There we come to another problem: we know that (x ^ a) ^ b = x ^ (a * b), and we know, that 1/2 * 2 = 1. So technically we get that sqrt(x^2) = x which is actually okay to me, but in most common cases it won't be accepted. Reason: principle root.

There're more ambiguous stuff, I might add some more info to this issue. Any thoughts are welcomed and may be discussed in this thread.

@WhiteBlackGoose WhiteBlackGoose added the Opinions wanted We are interested in your opinion about the topic label Sep 7, 2020
@WhiteBlackGoose WhiteBlackGoose pinned this issue Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Opinions wanted We are interested in your opinion about the topic
Projects
None yet
Development

No branches or pull requests

1 participant