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
 
Back
Top