Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Determine if a given number is an integer complex root of another number
Test whether the given expression is a third root of unity:
| In[1]:= |
|
| Out[1]= |
|
Test whether the given expression is a sixth root of two:
| In[2]:= |
|
| Out[2]= |
|
Test whether a different expression is a sixth root of two:
| In[3]:= |
|
| Out[3]= |
|
Test whether the given expression is a sixth root of three:
| In[4]:= |
|
| Out[4]= |
|
Use ComplexRootQ to confirm the output of ResourceFunction["ComplexRoots"]:
| In[5]:= |
|
| Out[5]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License