Is there a library for the Maple that handles Matrix operations? Most importantly, I need standard matrix multiplication, as well as inversion.
Library for matrix math
(4 posts) (3 voices)-
Posted 2 years ago #
-
What size matrix are you looking at handling?
Posted 2 years ago # -
The matrices are square, and would be on the order of about 30 or less.
This is for solving a system of equations, so I was hoping to find a library that supported LU Decomp. or Gauss-Jordan Elimination or another alternative to inversion, though that is not a requirement.
Posted 2 years ago # -
BlackBelt2025 - As the Maple uses C/C++ have you got access to Numerical Recipes in C or C++?
http://www.nr.com/There is C code which claims to implement Gauss-Jordan Elimination here:
http://www.c-program-example.com/2012/05/c-program-to-solve-equations-using.htmlPosted 2 years ago #
Reply
You must log in to post.