numtheory(deprecated)/rootsunity - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : numtheory(deprecated)/rootsunity

numtheory(deprecated)

  

rootsunity

  

roots of unity

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

rootsunity(p, r)

Parameters

p

-

prime

r

-

integer

Description

• 

Important: The numtheory package has been deprecated.  Use the superseding command NumberTheory[RootsOfUnity] instead.

• 

This function will calculate all the pth roots of unity mod r and return the result as an expression sequence.

• 

The order, p, of the root must be prime.

• 

Note that there will always be at least the root 1.

• 

The command with(numtheory,rootsunity) allows the use of the abbreviated form of this command.

Examples

Important: The numtheory package has been deprecated.  Use the superseding command NumberTheory[RootsOfUnity] instead.

withnumtheory:

rootsunity5,11

1,3,4,5,9

(1)

rootsunity3,11

1

(2)

See Also

NumberTheory[RootsOfUnity]

numtheory(deprecated)[cyclotomic]