home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math.symbolic
- Path: sparky!uunet!boulder!weverka
- From: weverka@csn.org (Robert T. Weverka)
- Subject: Re: mathematica question- using complex symbols
- Message-ID: <1992Aug12.172315.17282@colorado.edu>
- Sender: news@colorado.edu (The Daily Planet)
- Nntp-Posting-Host: irish.colorado.edu
- Organization: University of Colorado, Boulder
- References: <1992Aug11.202102.14808@athena.mit.edu> <1992Aug12.144118.2855@mail.cornell.edu>
- Date: Wed, 12 Aug 1992 17:23:15 GMT
- Lines: 8
-
-
- Here is another.
-
- MyRealPart=ComplexExpand[Map[Re, MyFunction]]
-
- MyImPart=ComplexExpand[Map[Im, MyFunction]]
-
-
-