Created
June 27, 2023 20:28
-
-
Save Rudxain/ab66ac6f3a8151825a3ab869f87d5efc to your computer and use it in GitHub Desktop.
Different ways to describe the nth root of x. Each with pros and cons, if we consider Complex nums
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1/rt_n(x) | |
x^(-1/n) | |
x^(1-1/n)/x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment