Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Get inverse matrix in C

Featured Replies

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 :) 

Hi
Yeah, I guess it's a difficult task to extract such a code from numpy libraries source;)
I hope this will help you:)

Edited by H.Smith

  • Author

Thank you,  H.Smith. You really helped me alot. :thumbup

Edited by Gektor

  • 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.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.