Re: [Pdl-devel] inconsistent determinant

2023-02-15 Thread Ed .
, Ed From: Luis Mochan<mailto:moc...@icf.unam.mx> Sent: 14 February 2023 19:05 To: Ed .<mailto:ej...@hotmail.com> Cc: perldl<mailto:pdl-gene...@lists.sourceforge.net>; perldl<mailto:pdl-devel@lists.sourceforge.net> Subject: Re: [Pdl-devel] inconsistent determinant Hi E

Re: [Pdl-devel] inconsistent determinant

2023-02-14 Thread Luis Mochan
Mochan<mailto:moc...@icf.unam.mx> > Sent: 11 February 2023 04:20 > To: perldl<mailto:pdl-gene...@lists.sourceforge.net>; > perldl<mailto:pdl-devel@lists.sourceforge.net> > Subject: [Pdl-devel] inconsistent determinant > > I found a curious situation when runnin

Re: [Pdl-devel] inconsistent determinant

2023-02-10 Thread Ed .
It is almost certainly a bug. Best regards, Ed From: Luis Mochan<mailto:moc...@icf.unam.mx> Sent: 11 February 2023 04:20 To: perldl<mailto:pdl-gene...@lists.sourceforge.net>; perldl<mailto:pdl-devel@lists.sourceforge.net> Subject: [Pdl-devel] inconsistent determinant I found a c

[Pdl-devel] inconsistent determinant

2023-02-10 Thread Luis Mochan
I found a curious situation when running pdl, as illustrated in the following example. I build two singular 3x3 matrices and calculate their determinant, which is zero. However, in one case I get a PDL scalar and in the other I get a Perl scalar. I don't know why the different behaviour: # Progra