You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some computations always involve rational representations/bases, for example when decomposing permutation representations of (various products of) symmetric groups.
We can first use an adhoc Matlab implementation that delegates to double-encoded integers or java.math.BigInteger. See the replab.Rational class in this branch [WIP] Exact arithmetic replab#356.
Some computations always involve rational representations/bases, for example when decomposing permutation representations of (various products of) symmetric groups.
We can first use an adhoc Matlab implementation that delegates to double-encoded integers or
java.math.BigInteger
. See thereplab.Rational
class in this branch [WIP] Exact arithmetic replab#356.SuiteSparse has a rational linear equation system solver with Matlab support, https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/master/SLIP_LU/MATLAB/SLIP_demo.m
The text was updated successfully, but these errors were encountered: