Re: question on collecting t_MAT

Bill Allombert <[email protected]> Fri, 22 May 2026 14:58:52 +0200
Newsgroups gmane.comp.mathematics.pari.devel
Message-ID <ahBTDKJD4nUKLkMn@seventeen>
On Fri, May 22, 2026 at 02:06:56PM +0200, [email protected] wrote:
> Thanks, that was my fault.
> For assignment workaround for "a=x" one has to use "a<-[x]".
> So my "A<-matrix(2,2,x,y,e)" stripped off the outer "[]" of matrix.

Maybe I should allow 
? [type(A)|e<-[1,2];A=matrix(2,2,x,y,e)]

Cheers,
Bill