Matrix Multplication and Determinants
Okay, I shall start off by saying that I am not a Programming Genious , in fact I don't even like it that much.
I have to do it though, and believe me not just one sleepless night has been spent doing all this stuff and I don't get a good grade, because our lecturer randmoly marks people.
Anyway,
<b>If you dont mind too much, please help me to write a procedure to multiply two matrices and find their determinant in Visual Basic.NET </b>
I know that the number of rows and columns would have to be equal and I think I have managed a simple if loop to do it. Then again, my skills are limited.
Thanks very much !
Re: Matrix Multplication and Determinants
Welcome to VB Forums!
I moved your thread to this forum which is specific to .Net.
Re: Matrix Multplication and Determinants
Quote:
Originally Posted by MartinLiss
Welcome to VB Forums!
I moved your thread to this forum which is specific to .Net.
Thank you :)
Re: Matrix Multplication and Determinants
You're welcome. I also see that you attempted to use html tags. Here is a list of vBulletin Code tags that you can use.
Re: Matrix Multplication and Determinants
Noone's going to do your homework for you. You should post the code that you have so far and we can see if we can help you improve it, but it's up to you to do the work.