You are not logged in.
I have found the solutions as
----------
Last edited by evene (2016-11-02 07:42:03)
Offline
Hi;
Please fix your latex, there is a submit query in the post.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Last edited by evene (2016-11-02 09:39:13)
Offline
Sure.. determinant...
Why is division by a matrix not defined? Isn't a matrix simply subtracting values, given the fact that the elements of the matrix can never all equal 0...
Offline
Why is division by a matrix not defined?
Firstly, matrices are not numbers: if we want to define "division" amongst them, then we use the matrix inverse (the same goes for other algebraic objects, like operators). However, matrix multiplication is in general not commutative: given any two matrices A and B, it is not true that AB = BA. Therefore, if you want to "divide by a matrix", you need to distinguish between multiplying the left by the inverse or the right by the inverse.
Isn't a matrix simply subtracting values
No. Perhaps you are getting mixed up with the determinant, which is a different concept.
given the fact that the elements of the matrix can never all equal 0...
Sure, elements of a matrix can all be 0. It won't be invertible, but it's still a matrix. (It is appropriately named the zero matrix.)
Offline