home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / fortran / 4957 < prev    next >
Encoding:
Text File  |  1993-01-10  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!europa.asd.contel.com!howland.reston.ans.net!spool.mu.edu!yale.edu!jvnc.net!newsserver.jvnc.net!newsserver.technet.sg!nuscc!nusunix3.nus.sg!eng10524
  3. From: eng10524@nusunix1.nus.sg (RAMASWAMI VISHWANATH)
  4. Subject: simultaneous equations...solutions
  5. Message-ID: <1993Jan10.191952.16384@nuscc.nus.sg>
  6. Sender: usenet@nuscc.nus.sg
  7. Organization: National University of Singapore
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. Date: Sun, 10 Jan 1993 19:19:52 GMT
  10. Lines: 17
  11.  
  12.  
  13.  
  14. Dear nettors , 
  15.     writing a program for  a fortran77 project , i have run into a
  16. bad spot . the prg requires a matrix subroutine to calculate values for
  17. a set of equations . but the equations are not in a square matrix form .
  18. most books i have referred to give solutions to n x n matrices only . 
  19. this prg of mine ,( to calcualte deflections of beams under different
  20. loading conditions) uses finite differentiaiton to get a set of
  21. equations . thus the equations are of the form 
  22.         k = x + y + z
  23.  
  24. and so on giving me a n x 3 matrix . i am yet to find any concrete
  25. methods to solve such a system of equations . could anybody suggest
  26. something ?
  27.  
  28. thanks
  29.