Invertible matrix

  • Thread starter Thread starter Norbert Pürringer
  • Start date Start date
N

Norbert Pürringer

Hello,

does anyone know a link to an algorithm for an invertible matrix
written in C#?

Thank you,
Norbert
 
Norbert said:
does anyone know a link to an algorithm for an invertible matrix
written in C#?

Do you have any special requirements regarding numerical
precision, speed or other?

The simplest algorithm is rather simple to implement
using 2D arrays.

Arne
 
Norbert said:
does anyone know a link to an algorithm for an invertible matrix
written in C#?

Do you have any special requirements regarding numerical
precision, speed or other?

The simplest algorithm is rather simple to implement
using 2D arrays.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top