Closed RobinHankin closed 3 years ago
> matrix(1,2,2) + matrix(roct(4),2,2) Error in matrix(1, 2, 2) + matrix(roct(4), 2, 2) : non-numeric argument to binary operator >
But:
> matrix(roct(4),2,2)^diag(2) Error in onionmat_power_onionmat(e1, e2) : not defined >