|
-
Feb 20th, 2004, 08:11 AM
#1
Thread Starter
Junior Member
Linear algebra package
Hello everybody.
I am wondering if you know if there is something like a package of linear algebra functions available for VB?
I could need something to solve equation systems like
Ax=b
without having to calculate the inverse of A explicitly, similar to how you do it in Matlab:
x = A\b
I could also need a function calculating the null space matrix of a general matrix A.
Of course I could start implementing these things by myself, but it is quite tedious and there are really many special cases that might come up. So I'd be really happy if anyone knows if there is anything like this allready available.
Thanks in advance!
/Johan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|