how do i find the determinant of a 4*4 matrix?
Printable View
how do i find the determinant of a 4*4 matrix?
Is this a maths question or a coding question?
thanks jmcilhinney for that.
its actually a coding question. thanks again
So, you have an alogorithm that you have to convert to code, correct? I would guess that this is a homework assignment of some sort. The rule is that you write it in words first, then convert that to psuedocode, then convert that to real code. What have you got so far?