MathGroup Archive 2009

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

Search the Archive

Re: how to solve this problem?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg95117] Re: how to solve this problem?
  • From: Thomas <t.isele at gmx.de>
  • Date: Wed, 7 Jan 2009 04:06:36 -0500 (EST)

Put this at the beginning:

$Assumptions = {Element[x,Reals],Element[y,Reals]};

instead of Element[x,Reals] you can use x\[Element]Reals

Sometimes you must call Simplify in order to get every expression neatly simlified using that Assumption.


  • Prev by Date: Re: a LOT of Mathematica bugs (some very old)
  • Next by Date: Re: loading autosaved package using Needs[]
  • Previous by thread: Re: how to solve this problem?
  • Next by thread: Problems combining new v7.0 Image command with other graphics