muldep.spad line 1 [edit on github]
Gcd
basis provides functions to find structure of multiplicative group (and semigroup) generated by elements of Gcd
domain.
gcdBasis(v)
returns basis part of gcdDecomposition(v)
.
gcdDecomposition(v)
returns [b, t]
such that elements of b
are relatively prime and that v(i) = product(b(j)^(t(j, i)), j=1..n)
gcdDecomposition(v)
returns [b, t]
such that elements of b
are relatively prime and that v(i) = product(b(j)^(t(j, i)), j=1..n)