Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #873
| From | Axel Vogt <&noreply@axelvogt.de> |
|---|---|
| Newsgroups | comp.soft-sys.math.maple |
| Subject | Re: evalc |
| Date | 2014-05-15 21:54 +0200 |
| Message-ID | <btkkbcF5ibsU1@mid.individual.net> (permalink) |
| References | <9ff8528a-e4e2-43ac-9650-0defba66e2c5@googlegroups.com> |
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 | Next — Previous in thread | Next in thread | Find similar
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