Click here to Skip to main content
16,016,712 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to take two matris from user and multiple them. Which library and which methods should I use simply in C# form ? I also need to inverse these matrixs.
Posted
Comments
BillWoodruff 10-Oct-14 9:33am    
Everything you need: http://lmgtfy.com/?q=c%23+matrix+multiply
ZurdoDev 10-Oct-14 16:59pm    
You could just write the code using simple math. I did this in Pascal many years ago. However, if you search the internet you'll likely find libraries that make it much easier now.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900