numtheory[factorEQ] - integer factorization in Z(sqrt(d)) where Z(sqrt(d)) is a Euclidean ring
|
Calling Sequence
|
|
factorEQ(m, d)
|
|
Parameters
|
|
m
|
-
|
integer, list or set of integers in
|
d
|
-
|
integer where is a Euclidean ring
|
|
|
|
|
Description
|
|
•
|
The factorEQ function returns the integer factorization of m in the Euclidean ring .
|
•
|
Euclidean quadratic number fields have been completely determined. They are where d = -1, -2, -3, -7, -11, 2, 3, 5, 6, 7, 11, 13, 17, 19, 21, 29, 33, 37, 41, 57, and 73.
|
•
|
The expand function may be applied to cause the factors to be multiplied together again.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|