Bill Allombert on Tue, 5 Nov 2002 14:10:30 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

bug in bnrstark


Hello PARI-dev,

There is a bug in bnrstark:
? allocatemem(2^25);
? B=bnfinit(quadpoly(13,a));
? C=bnrinit(B,409,1);
? bnrstark(B,Mat([5]))
  ***   forbidden multiplication t_VEC * t_VEC.

Cheers,
Bill