Java:实现解有限域内的线性方程组算法
package com.williamfiset.algorithms.linearalgebra;
class ModularLinearAlgebra {
// Takes an augmented matrix as input along with a prime
// number as the order of the finite field on which the
// calculations are being performed. The inv[] array is