Jump to content

Get inverse matrix in C


Recommended Posts

Hello All!

 

I've tried to extract code for obtaining inverse matrix from here

But I failed;) - It's to complex for me. Is there any other respected resources/libraries? O may be somebody has quality code examples for matrix arbitary size?

 

THANKS :) 

Link to comment
Share on other sites


  • 5 weeks later...

I don't have my copy at hand, but expect a matrix inversion function to be given in

"Numerical receipes in C, second edition"

https://en.wikipedia.org/wiki/Numerical_Recipes

usually programmed cleanly, with proper tests and for good accuracy. Programs copyrighted.

The third edition is in C++, I don't have it.

 

The GNU scientific library must be free of rights, and Wiki tells it offers linear algebra

https://en.wikipedia.org/wiki/GNU_Scientific_Library

Since it's meant as a library, integrating it (or cutting if really needed) must be easy.

 

Most books for scientific programming should give such a function.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...