Solving System of Linear Equations
Solving System of Linear Equations
(OP)
Is there a simple command in Fortran for solving system of linear equations. Like matlab has x = A\B to solve Ax=B. Thanks
Ahad
Ahad
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
Solving System of Linear Equations
|
Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.
Here's Why Members Love Eng-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Solving System of Linear Equations
TTFN
RE: Solving System of Linear Equations
As IRstuff said the answer is "NO" - you have to write the source yourself.
But just about every introductory book on Fortran uses the Gaussian elemination to solve linear equations in their text as an example. Otherwise a Google search throws up sites like http://library.lanl.gov/numerical/bookfpdf.html which gives complete fortran listings of various methods to solve this rather trivial problem.
RE: Solving System of Linear Equations
(SSP) written in F. and I am sure it has what you need.
<nbucska@pcperipherals DOT com> subj: eng-tips
read FAQ240-1032
RE: Solving System of Linear Equations
RE: Solving System of Linear Equations
http://www.library.cornell.edu/nr/
TTFN