In algebra, linear equations and systems of linear equations over a field are widely studied. "Over a field" means that the coefficients of the equations and the solutions that one is looking for belong to a given field, commonly the real or the complex numbers. This article is devoted to the same problems where "field" is replaced by "commutative ring", or, typically "Noetherian integral domain".
In the case of a single equation, the problem splits in two parts. First, the ideal membership problem, which consists, given a non-homogeneous equation
a1x1+ … +akxk=b
a1,\ldots,ak
x1,\ldots,xk
The syzygy problem consists, given elements
a1,\ldots,ak
(a1,\ldots,ak),
(x1,\ldots,xk)
a1x1+ … +akxk=0.
Given a solution of the ideal membership problem, one obtains all the solutions by adding to it the elements of the module of syzygies. In other words, all the solutions are provided by the solution of these two partial problems.
In the case of several equations, the same decomposition into subproblems occurs. The first problem becomes the submodule membership problem. The second one is also called the syzygy problem.
A ring such that there are algorithms for the arithmetic operations (addition, subtraction, multiplication) and for the above problems may be called a computable ring, or effective ring. One may also say that linear algebra on the ring is effective.
The article considers the main rings for which linear algebra is effective.
To be able to solve the syzygy problem, it is necessary that the module of syzygies is finitely generated, because it is impossible to output an infinite list. Therefore, the problems considered here make sense only for a Noetherian ring, or at least a coherent ring. In fact, this article is restricted to Noetherian integral domains because of the following result.[1]
Given a Noetherian integral domain, if there are algorithms to solve the ideal membership problem and the syzygies problem for a single equation, then one may deduce from them algorithms for the similar problems concerning systems of equations.
This theorem is useful to prove the existence of algorithms. However, in practice, the algorithms for the systems are designed directly.
A field is an effective ring as soon one has algorithms for addition, subtraction, multiplication, and computation of multiplicative inverses. In fact, solving the submodule membership problem is what is commonly called solving the system, and solving the syzygy problem is the computation of the null space of the matrix of a system of linear equations. The basic algorithm for both problems is Gaussian elimination.
Let be an effective commutative ring.
R[x1,\ldots,xn]
There are algorithms to solve all the problems addressed in this article over the integers. In other words, linear algebra is effective over the integers; see Linear Diophantine system for details.
More generally, linear algebra is effective on a principal ideal domain if there are algorithms for addition, subtraction and multiplication, and
It is useful to extend to the general case the notion of a unimodular matrix by calling unimodular a square matrix whose determinant is a unit. This means that the determinant is invertible and implies that the unimodular matrices are exactly the invertible matrices such all entries of the inverse matrix belong to the domain.
The above two algorithms imply that given and in the principal ideal domain, there is an algorithm computing a unimodular matrix
\begin{bmatrix}s&t\\u&v\end{bmatrix}
\begin{bmatrix}s&t\\u&v\end{bmatrix}\begin{bmatrix}a\\b\end{bmatrix} =\begin{bmatrix}\gcd(a,b)\\0\end{bmatrix}.
Having such an algorithm, the Smith normal form of a matrix may be computed exactly as in the integer case, and this suffices to apply the described in Linear Diophantine system for getting an algorithm for solving every linear system.
The main case where this is commonly used is the case of linear systems over the ring of univariate polynomials over a field. In this case, the extended Euclidean algorithm may be used for computing the above unimodular matrix; see for details.
Linear algebra is effective on a polynomial ring
k[x1,\ldots,xn]
Proofs that linear algebra is effective on polynomial rings and computer implementations are presently all based on Gröbner basis theory.