Matrix powers when the base domain is Rationals
kind: bugkind: bug: unexpected errortopic: library
Came across this while working on #6339.
If ` m1 := Matrix( Integers, [ [1,1], [0,1] ] );` then `m1^2` is calculated correctly.
But if `m1 := Matrix( Rationals, [ [1,1], [0,1] ] );` then `m1^2` throws an error.
2 条评论