MatrixCommonDenominator(R, Q)ΒΆ
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: Matrix Q -> Matrix R
clearDenominator(q)
returnsp
such thatq = p/d
whered
is a common denominator for the elements ofq
.
- commonDenominator: Matrix Q -> R
commonDenominator(q)
returns a common denominatord
for the elements ofq
.