Re: FactorInteger - MathKernel crashes
- To: mathgroup at smc.vnet.net
- Subject: [mg73460] Re: [mg73426] FactorInteger - MathKernel crashes
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sat, 17 Feb 2007 05:03:44 -0500 (EST)
- Reply-to: hanlonr at cox.net
I have this problem with version 5.2 for Masc OS X. Bob Hanlon ---- Costa Bravo <laguna at AOL.com> wrote: > 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 >