- #1
Danijel
- 43
- 1
So, I recently came across this example: let us "define" a function as ƒ(x)=-x3-2x -3. If given a matrix A, compute ƒ(A). The soution proceedes in finding -A3-2A-3I where I is the multiplicative identity matrix.
Now , I understand that you can't add a scalar and a matrix, so the way I see it is that when saying A-3, we really mean A-3I, where the size of the matrix I is determined out of the context. But to me this is really non-intuitive. Actually, I see -3 as a separate function, say h(x)=-3, which is a matrix, so we actually have a constant matrix whose all elements are pairs((i,j),-3), or seeing it as a table, "all -3s". So, what is going on?
Now , I understand that you can't add a scalar and a matrix, so the way I see it is that when saying A-3, we really mean A-3I, where the size of the matrix I is determined out of the context. But to me this is really non-intuitive. Actually, I see -3 as a separate function, say h(x)=-3, which is a matrix, so we actually have a constant matrix whose all elements are pairs((i,j),-3), or seeing it as a table, "all -3s". So, what is going on?