Gapplet

Given a polynomial d in Q[X] of degree n, and a natural number m, we determine the matrix of the projection map Q[X]<m -> Q[X]<n with kernel dQ[X]<n Q[X]<m.

Input d
e.g., X^5-3*X-1
</COMMENT>
 
Input m N 
</COMMENT>
 
Compute the n×m matrix of the linear transformation
  Q[X]<m -> Q[X]<m,   g -> g mod d  
</COMMENT>
 
The n×m matrix
</COMMENT>