Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Axel Vogt <&noreply@axelvogt.de> Newsgroups: comp.soft-sys.math.maple Subject: Re: evalc Date: Thu, 15 May 2014 21:54:11 +0200 Lines: 16 Message-ID: References: <9ff8528a-e4e2-43ac-9650-0defba66e2c5@googlegroups.com> Reply-To: &noreply@axelvogt.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 19TtyvVaKdYpr8AskmqoRAx4uHlpZdtF/lUdVIsAlsi1jesfk= Cancel-Lock: sha1:7YiyExzTsbsRTn7n6mcgYyaahBk= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: <9ff8528a-e4e2-43ac-9650-0defba66e2c5@googlegroups.com> Xref: csiph.com comp.soft-sys.math.maple:873 On 15.05.2014 21:47, did wrote: > restart: > evalc( z + conjugate(z) ); > 2 z Please look up Maple's help: "The fundamental assumption that evalc makes is that unknown variables represent real-valued quantities." z + conjugate(z); eval(%, z=x+y*I); evalc(%); 2 x