MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

FactorInteger - MathKernel crashes

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73426] FactorInteger - MathKernel crashes
  • From: Costa Bravo <laguna at AOL.com>
  • Date: Fri, 16 Feb 2007 00:58:43 -0500 (EST)

Hello,

a1 = 2^4 + 7^24 * 719^2;
a2 = 2^20 * 29^2 + 13^23;
a3 = 13^24 + 5^37 * 41 ;

MathKernel crashes, since I use

FactorInteger[a1] or
FactorInteger[a2] or
FactorInteger[a3]

Why ??

If argument of FactorInteger is k*a1 or k*a2 or k*a3 (k = 2,3,4,......) 
MathKernel also crashes

$Version
5.0 for Microsoft Windows

Regards,
  Costa


  • Prev by Date: Re: Removing constant multiples from polynomials
  • Next by Date: Re: real function argument
  • Previous by thread: Re: Re: Logical Expression
  • Next by thread: Re: FactorInteger - MathKernel crashes