ITADN

Matrix powers when the base domain is Rationals

#6372Opencdwensley 创建于 2026-05-06
kind: bugkind: bug: unexpected errortopic: library
C
cdwensleycommented
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 条评论