Opened 11 years ago

Last modified 10 years ago

#522 new bug

sym_gauss() from linalg.lib crashes

Reported by: steenpass Owned by: mschulze
Priority: minor Milestone: 3-2-0 and higher
Component: singular-libs Version: 3-1-6
Keywords: Cc:

Description

> option(noloadLib);
> LIB "linalg.lib";
> ring R = 0, x, dp;
> matrix A[2][2] = 0, -1, -1, 2;
> sym_gauss(A);
   ? div. by 0
   ? error occurred in or before linalg.lib::red line 83: `  m[j]=m[j]-(A[i,j]/A[i,i])*m[i];`
   ? leaving linalg.lib::red
   skipping text from `;` error at token `)`
   ? leaving linalg.lib::sym_gauss

Change History (1)

comment:1 Changed 10 years ago by hannes

Owner: changed from somebody to mschulze
Note: See TracTickets for help on using tickets.