Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.maple > #873

Re: evalc

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 <btkkbcF5ibsU1@mid.individual.net> (permalink)
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

Show key headers only | View raw


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


Back to comp.soft-sys.math.maple | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

evalc did <didier.oslo@hotmail.com> - 2014-05-15 12:47 -0700
  Re: evalc Axel Vogt <&noreply@axelvogt.de> - 2014-05-15 21:54 +0200
    Re: evalc did <didier.oslo@hotmail.com> - 2014-05-15 22:31 -0700

csiph-web