Prove jacobian matrix is identity of matrix of order 3

CrimsnDragn
Messages
4
Reaction score
0
If f(x,y,z) = xi + yj +zk, prove that Jacobian matrix Df(x,y,z) is the identity matrix of order 3.

Because the D operator is linear, D1f(x,y,z) = i, D2f(x,y,z) = k, D3f(x,y,z) = k

There is clearly a relationship between this and some sort of identity, but I'm not sure how to state it, and I don't understand the order of linear transformations. Could someone help me?
 
Physics news on Phys.org
*typo on D2f(x,y,z) = j

actually I was just rethinking about the problem. could Df(x,y,z) = ((1,0,0),(0,1,0),(0,0,1)), which becomes an identity matrix, and the order of 3 refers to 3x3 matrix?
 
CrimsnDragn said:
*typo on D2f(x,y,z) = j

actually I was just rethinking about the problem. could Df(x,y,z) = ((1,0,0),(0,1,0),(0,0,1)), which becomes an identity matrix, and the order of 3 refers to 3x3 matrix?

Yes, exactly.
 
awesome. thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top