cden.spad line 134 [edit on github]
MatrixCommonDenominator provides functions to compute the common denominator of a matrix of elements of the quotient field of an integral domain.
clearDenominator(q)
returns p
such that q = p/d
where d
is a common denominator for the elements of q
.
commonDenominator(q)
returns a common denominator d
for the elements of q
.
splitDenominator(q)
returns [p, d]
such that q = p/d
and d
is a common denominator for the elements of q
.