Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to solve eigenvalue problems using Compaq visual fortran ??

Status
Not open for further replies.

cali

Civil/Environmental
Joined
Aug 15, 2001
Messages
16
Location
US
I created a program in fortran 90 using Compaq visual fortran V6.6. This program has a math library named CXML, but that library doesn't include comands to solve a generalized eigenvalue problem. Does anyone know how to include a better math library into this program? or if there is another way to solve this kind of problems?
 
Write your own routines--two possible sources of code to help make the job go quicker: buy a copy of Numerical Recipes and/or find some free or shareware on the Net.
 
Thanks to both of you for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top