File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -3581,6 +3581,10 @@ cdef class Matrix_polynomial_dense(Matrix_generic_dense):
3581
3581
Traceback ( most recent call last) :
3582
3582
...
3583
3583
ValueError: shifts length should be the row dimension
3584
+
3585
+ .. SEEALSO::
3586
+
3587
+ :meth:`minimal_interpolant_basis`, :meth:`minimal_relation_basis`
3584
3588
"""
3585
3589
m = self .nrows()
3586
3590
n = self .ncols()
@@ -3909,6 +3913,10 @@ cdef class Matrix_polynomial_dense(Matrix_generic_dense):
3909
3913
Traceback ( most recent call last) :
3910
3914
...
3911
3915
ValueError: shifts length should be the row dimension
3916
+
3917
+ .. SEEALSO::
3918
+
3919
+ :meth:`minimal_approximant_basis`, :meth:`minimal_relation_basis`
3912
3920
"""
3913
3921
from sage.matrix.constructor import matrix # for identity
3914
3922
from copy import copy
@@ -4573,6 +4581,10 @@ cdef class Matrix_polynomial_dense(Matrix_generic_dense):
4573
4581
Traceback ( most recent call last) :
4574
4582
...
4575
4583
ValueError: modulus matrix must be nonsingular
4584
+
4585
+ .. SEEALSO::
4586
+
4587
+ :meth:`minimal_approximant_basis`, :meth:`minimal_interpolant_basis`
4576
4588
"""
4577
4589
from sage.matrix.constructor import matrix # for matrix.block
4578
4590
You can’t perform that action at this time.
0 commit comments