GInorm - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GaussInt

  

GInorm

  

norm of a Gaussian integer

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GInorm(z)

Parameters

z

-

Gaussian integer

Description

• 

The GInorm function computes the norm of the Gaussian integer z.

• 

A Gaussian integer z is a number of the form z=a+I⁢b where a and  b are integers.

• 

The norm of a Gaussian integer z=a+I⁢b is defined as ||z||=a+b⁢I⁢a−b⁢I=a2+b2.

Examples

> 

with⁡GaussInt:

> 

GInorm⁡3+7⁢I

58

(1)

See Also

GaussInt[GInearest]

GaussInt[GInormal]