• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Free Numerical Integration Software

Does anyone know of a free numerical integration program that isn't based on MATLAB? It would be great if it could do quadrature integration, but that might be asking a bit much. I'm hoping I don't have to write my own, since I'm a bit rusty.

I posted this in the software forum first, but figure the people who read this forum are more likely to know what I'm talking about. Thanks!
 
Originally posted by: rgwalt
Come on, break out the FORTRAN! You know you want to...

Ryan
*shudder* I've had to teach myself 7 languages in the last semester, I'd prefer not to add another one. Besides, can I get FORTRAN for free? We have it in the labs, but pulling solo all-nighters in a room actually called the CELL (Chemical Engineering Learning Laboratory) is just plain depressing. 😛
 
Originally posted by: CycloWizard
Originally posted by: rgwalt
Come on, break out the FORTRAN! You know you want to...

Ryan
*shudder* I've had to teach myself 7 languages in the last semester, I'd prefer not to add another one. Besides, can I get FORTRAN for free? We have it in the labs, but pulling solo all-nighters in a room actually called the CELL (Chemical Engineering Learning Laboratory) is just plain depressing. 😛

Yes, the GNU Fortran compiler, g77, is free. However, FORTRAN's not the language I would choose to use.
 
You know 7 languages, I assume you mean programing?? So you can write a computer program?

If you are a programmer check out the Numerical recipes page or go to your local book store and find a book on numerical methods. You will be surprised at how simple the algoritm of some very good methods are.
 
Originally posted by: RossGr
You know 7 languages, I assume you mean programing?? So you can write a computer program?

If you are a programmer check out the Numerical recipes page or go to your local book store and find a book on numerical methods. You will be surprised at how simple the algoritm of some very good methods are.
I can, but I doubt it would be nearly as good as MATLAB. I'm a casual programmer - I do it when I have to, so I usually have to scrape my way through whatever I'm doing to get results. I just found out my department has a MATLAB site license though, so I'm done. 😀
 
Originally posted by: cquark
Originally posted by: CycloWizard
Originally posted by: rgwalt
Come on, break out the FORTRAN! You know you want to...

Ryan
*shudder* I've had to teach myself 7 languages in the last semester, I'd prefer not to add another one. Besides, can I get FORTRAN for free? We have it in the labs, but pulling solo all-nighters in a room actually called the CELL (Chemical Engineering Learning Laboratory) is just plain depressing. 😛

Yes, the GNU Fortran compiler, g77, is free. However, FORTRAN's not the language I would choose to use.


Try Force 2.0.8 if you want a GUI in Windows. I use it with XP and it works fine with both F77 and F90. It's free and you can get it from download.com.

CD.
 
Originally posted by: cquark
Originally posted by: CycloWizard
Originally posted by: rgwalt
Come on, break out the FORTRAN! You know you want to...

Ryan
*shudder* I've had to teach myself 7 languages in the last semester, I'd prefer not to add another one. Besides, can I get FORTRAN for free? We have it in the labs, but pulling solo all-nighters in a room actually called the CELL (Chemical Engineering Learning Laboratory) is just plain depressing. 😛

Yes, the GNU Fortran compiler, g77, is free. However, FORTRAN's not the language I would choose to use.

Why not? Fortran is fast and very simple to program in. It is a great scientific computing language that never gets enough credit.

R
 
Back
Top