Changes between Version 3 and Version 22 of Ticket #21024
- Timestamp:
- 12/18/16 10:53:48 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21024
-
Property
Commit
changed from
2b1de832ce8ab9dfce18f9d46be12c20f374c4ad
tob659e3c6f8998faa5f2abd5d791be69c88b939b0
-
Property
Summary
changed from
weak Popov form and row reduced should only be for matrices over `k(x)` or `k[x]`.
toweak Popov form and row reduced should only be for matrices over `k[x]`.
-
Property
Commit
changed from
-
Ticket #21024 – Description
v3 v22 1 The methods `weak_popov_form` and `row_reduced_form` currently appear on any matrix. But the y only make sense form matrices over `k(x)` or `k[x]`.1 The methods `weak_popov_form` and `row_reduced_form` currently appear on any matrix. But their main target should be matrices over `k[x]`. 2 2 3 3