Re: x - real variable?
- To: mathgroup at smc.vnet.net
 - Subject: [mg38193] Re: x - real variable?
 - From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
 - Date: Thu, 5 Dec 2002 03:29:31 -0500 (EST)
 - Organization: Universitaet Leipzig
 - References: <askeud$kuc$1@smc.vnet.net>
 - Reply-to: kuska at informatik.uni-leipzig.de
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi, you can't because Mathematica knows nothing about data types. You can Simplify[]/FullSimplify[] with Element[x,Reals] and you can look what Needs["Miscellaneous`RealOnly`"] can do for you. And you can say x /: Im[x]=0 x /: Re[x]=x Regards Jens Aniruddha Chakraborty wrote: > > Dear all, > can any one tell me how can I define "x" , real variable? > > thanks > > aniruddha