The class is for matrix whose coefficient ring belongs field. It is a subclass of RingMatrix.
row and column must be a positive integer.
compo must be a list form.
coeff_ring must be an instance of ring.Ring.
In general, given matrix size and coefficient ring unspecified, you should call createMatrix for your profit.
Return the Subspace instance. It overrides the method from RingMatrix.
Return the kernel of self.
Return the image of self.
Return the rank.
Return an inverse image of V by self.
Solve self * X = B. Return a particular solution and kernel of self.
Return the column echelon form.
operator | explanation |
M / d | Return the division of M by d. d must be scalar. |
M // d | Return the division of M by d. d must be scalar. |