Reading https://specification.modelica.org/master/arrays.html#scalar-exponentiation-of-matrices, I would guess that the following is valid: ``` Integer[2, 2] m = [1, 1; 1, 1]^2; ``` However, the specification of scalar exponentiation of a matrix stands out by not giving typing rules.