carpe2 Posted February 24, 2005 Posted February 24, 2005 Hi, I would like to do operations with matrix in .net. I have two 3x3 matrix and I would like to multiply them. Is there any method implemented in .net to such things?? Otherwise I think I would have to create a function to do that... Thanks in advance. Quote Adolfo.
Moderators Robby Posted February 24, 2005 Moderators Posted February 24, 2005 As far as I know you will need to do the calculations manually Quote Visit...Bassic Software
*Experts* Nerseus Posted February 25, 2005 *Experts* Posted February 25, 2005 You could probably use the DirectX library if you don't mind having that depending for your application. ie, a user has to have DirectX installed to use your application. I would bet a dollar/pound/etc. that someone has already created a free matrix math library in .NET, if you search google. -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.