Ok, so I posted a couple days ago about 2 dimensional arrays! I did my research!! I'm now stuck with this code.. first, the determinant part of it - where I take the determinant of the 2x2 matrix will not work... it's telling me some business about "invalid operand types... "
Secondly, when I put in a matrix.. say 3x2 it will not transpose! 2x2 matrices it will.. but why won't it transpose a 3x2? or a 2x3?
At the very least, please point me in the right direction! I'm pretty sure I can figure out the determinant somehow.. but the transpose thing and how it wont work makes no sense to me at all!
<code removed>
Secondly, when I put in a matrix.. say 3x2 it will not transpose! 2x2 matrices it will.. but why won't it transpose a 3x2? or a 2x3?
At the very least, please point me in the right direction! I'm pretty sure I can figure out the determinant somehow.. but the transpose thing and how it wont work makes no sense to me at all!
<code removed>
Comment