Re: Re: QuickFactorInteger
- To: mathgroup at smc.vnet.net
- Subject: [mg93924] Re: [mg93842] Re: [mg93831] QuickFactorInteger
- From: Andrzej Kozlowski <akoz at mimuw.edu.pl>
- Date: Fri, 28 Nov 2008 05:11:35 -0500 (EST)
- References: <gfgqib$dm1$1@smc.vnet.net> <gfh3ca$g1d$1@smc.vnet.net> <200811140209.VAA16497@smc.vnet.net> <200811141136.GAA13071@smc.vnet.net> <200811261222.HAA22481@smc.vnet.net> <200811271028.FAA08552@smc.vnet.net>
On 27 Nov 2008, at 19:28, Daniel Lichtblau wrote: > Give a second argument of Automatic. This is similar to the > pre-version-6 option FactorComplete->False. This actually brings to my mind a question. Mathematica 7 seems to be departing from the long established practice of using Options to do this sort of thing. This is one example (Automatic given as an argument rather than an option). Even more striking departure is: MonomialList[x^2 + x*y^3 + 2*x - 1, {x, y}, DegreeLexicographic] {x*y^3, x^2, 2*x, -1} althoguh, for example, PolynomialReduce[x^2 + x*y^3 + 2*x - 1, x - 1, {x, y}, MonomialOrder -> DegreeLexicographic] {{x + y^3 + 3}, y^3 + 2} etc. So, the obvious question is: is there a method in this, ehm, approach, or is it just due to a fit of absent-mindedness? Andrzej Kozlowski
- References:
- Re: Model the surface of an ellipsoid
- From: Mayneord <xrayspectrum@googlemail.com>
- Minimize
- From: Artur <grafix@csl.pl>
- QuickFactorInteger
- From: Artur <grafix@csl.pl>
- Re: QuickFactorInteger
- From: Daniel Lichtblau <danl@wolfram.com>
- Re: Model the surface of an ellipsoid