Changes between Version 1 and Version 2 of Ticket #28159, comment 7
- Timestamp:
- 07/11/19 20:55:07 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28159, comment 7
v1 v2 1 1 Thanks! 2 2 3 I have another question. I'd like to compute inverses of matrices of scalar fields (and/or chart functions). Is there a way to force SageMath to compute inverses by Gauß though the corresponding rings are not fields?3 I have another question. I'd like to compute inverses of matrices of scalar fields (and/or chart functions). Is there a way to force SageMath to compute inverses by Gauß even though the corresponding rings are not fields? 4 4 5 5 Alternatively, I could change everything to "is_field() == True", like it is done for the symbolic ring. Then it works perfectly well, but I have no clue what side-effects might occur if I actually do.