Changes between Version 2 and Version 3 of Ticket #28159, comment 7
- Timestamp:
- 07/11/19 21:00:37 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28159, comment 7
v2 v3 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ßeven 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 even though the corresponding rings are not fields? 4 4 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.5 Alternatively, I could change everything to "is_field() == True", like it is done for the symbolic ring. Then it works perfectly well (already tried), but I have no clue what side-effects might occur if I actually do.