Okay so here is what I tried to do. Though something is still off and I am not sure what I am doing wrong.
Δfx = abs(f(x+Δx,y,z)-f(x,y,z))
Δfx = abs((x+Δx)yz - x^4-2y^3-5yz-5)
Δfx = abs(xyz+Δxyz-x^4-2y^3-5yz-5)
Homework Statement
Okay so I was given this question to start calculating error on other problems.
Consider the equation F(x,y,z) = x^4+2y^3+5yz+5. Let the uncertainty in x be represented by the variable dx, the uncertainty in y be represented by the variable dy, and the uncertainty in z...