MathGroup Archive 2007

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

Search the Archive

FullSimplify in functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82574] FullSimplify in functions
  • From: Michael Mandelberg <mmandelberg at comcast.net>
  • Date: Thu, 25 Oct 2007 06:05:32 -0400 (EDT)

What is the best/proper way to incorporate FullSimplify[ ] into a
function definition in such a way that the FullSimplify[ ] executes
only once instead of each time the function is called, i.e. it is
"compiled", though I'm not sure this is the same thing as the
Mathematica Compile[ ] function.

Michael Mandelberg



  • Prev by Date: Re: Problem with Differential Eq
  • Next by Date: Selecting Rows Where All Columns Satisfy a Condition
  • Previous by thread: Re: Converting notebooks to use Mathematica Player
  • Next by thread: Re: FullSimplify in functions