home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / math / stat / 2405 < prev    next >
Encoding:
Text File  |  1992-11-22  |  848 b   |  20 lines

  1. Newsgroups: sci.math.stat
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!sdd.hp.com!news.cs.indiana.edu!noose.ecn.purdue.edu!thistle.ecn.purdue.edu!muttiah
  3. From: muttiah@thistle.ecn.purdue.edu (Ranjan S Muttiah)
  4. Subject: Method of Moments (for pde)
  5. Message-ID: <1992Nov23.035440.5231@noose.ecn.purdue.edu>
  6. Sender: news@noose.ecn.purdue.edu (USENET news)
  7. Organization: Purdue University Engineering Computer Network
  8. Date: Mon, 23 Nov 1992 03:54:40 GMT
  9. Lines: 9
  10.  
  11.  
  12. There's the diffusion eqn. in 2-D given by (all d's are partials):
  13.  
  14.     D d^2{C}/dx^2 + D d^2{C}/dy^2 + V dC/dx + V dC/dy = dC/dt
  15.  
  16. I want to use the method of moments to get at D (2^nd rank tensor) and V.
  17. For the case of a single dimension, one could multiply by x^N (or y^N)
  18. and then using the chain rule trick get these two.  How do I get these
  19. two creatures in 2-D ?
  20.