Question Where to find matrix operation methods?

failedtofail

Member
Joined
Jun 16, 2022
Messages
20
Programming Experience
Beginner
Hi

I need to do some matrix operations (inverse and multiplication ) for up to 3 x 3 matrices with complex numbers. Has this been coded in any library? Really am not looking forward to code every single calc for every matrix entry.

Google search has not helped so far.

Thanks.
 
Moving to C# General area since this isn't specific to WPF.

(Most graphics and games libraries I've run across typically only deal with real numbers for matrices, not complex numbers -- except for the parts where they deal with quaternions. And often these engines will do 4x4 matrices because most 3D graphics and physics engines need a 4x4 matrix.)
 
Anyway, I found this just searching for "C# matrix library" within the first Google Search page:
 

Latest posts

Back
Top Bottom