home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / sci / math / symbolic / 2191 < prev    next >
Encoding:
Text File  |  1992-08-12  |  594 b   |  21 lines

  1. Newsgroups: sci.math.symbolic
  2. Path: sparky!uunet!boulder!weverka
  3. From: weverka@csn.org (Robert T. Weverka)
  4. Subject: Re: mathematica question- using complex symbols
  5. Message-ID: <1992Aug12.172315.17282@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: irish.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. References: <1992Aug11.202102.14808@athena.mit.edu> <1992Aug12.144118.2855@mail.cornell.edu>
  10. Date: Wed, 12 Aug 1992 17:23:15 GMT
  11. Lines: 8
  12.  
  13.  
  14. Here is another.
  15.  
  16. MyRealPart=ComplexExpand[Map[Re, MyFunction]]
  17.  
  18. MyImPart=ComplexExpand[Map[Im, MyFunction]]
  19.  
  20.  
  21.