Re: Logical Expression
- To: mathgroup at smc.vnet.net
- Subject: [mg73445] Re: Logical Expression
- From: Martin Schoenecker <ms_usenet at gmx.de>
- Date: Fri, 16 Feb 2007 05:21:12 -0500 (EST)
- Organization: Technische Universitaet Darmstadt
- References: <er3ii6$gnh$1@smc.vnet.net>
> "something" is a real number. What do you expect if it is a complex > number, of a symbolic expression? Thank you all for your comments! As I am dealing with symbols, I expect nothing else: a==0 means it should be zero (which is a real number), a>0 means it should be greater than zero (which implies that it should be real), so the assumptions are already there. Simplify (or Reduce, or Resolve...) does the job. Regards, Martin
- Follow-Ups:
- Re: Re: Logical Expression
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: Re: Logical Expression