Compute the matrix of partial derivatives of the function f:R^(3)->R^(2),f(x,y,z)=(4x+6e^(z)+8y,5yx^(2))
and select the correct answer from the given choices.
Df(x,y,z)=[[4,6e^(z),8],[10xy,0,5x^(2)]]
Df(x,y,z)=[[12+6e^(z),10xy+5x^(2)]]
Df(x,y,z)=[[4,10xy],[6e^(z),5x^(2)],[8,0]]
Df(x,y,z)=[[4,10xy],[8,5x^(2)],[6e^(z),0]]
Df(x,y,z)=[[4,8,6e^(z)],[10xy,5x^(2),0]]