MathGroup Archive 2004

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

Search the Archive

Simplify using custom function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47676] Simplify using custom function
  • From: Jens <jens at tnntw10.tn.tudelft.nl>
  • Date: Wed, 21 Apr 2004 05:23:20 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

What I'm trying to achieve is to find a certain function in a more
complicated expression:

example:    complicated expression: -1+2 x +2 e^x
	    function: f[x_]=x+e^x

	    Mathematica should return: -1+2 f[x]

I've been looking at TransformationFunctions and FullSimplify, but did
not succeed in defining a transformation function so far. How do I do
that? (It's Mathematica 5.0)

Jens


  • Prev by Date: Re: linking c++ and mathematica
  • Next by Date: mathematica 5.0 plot crashes
  • Previous by thread: Re: linking c++ and mathematica
  • Next by thread: Re: Simplify using custom function