- #1
ElectricMile
- 31
- 0
i know the following:
q = x+y+z
ERROR IN q = sqrt((error in x^2)+(error in y^2)+(error in z^2))
but, what if the equation i have is
q = x+y-z
would it still be that same equation or would it be,
ERROR IN q = sqrt((error in x^2)+(error in y^2)-(error in z^2))
q = x+y+z
ERROR IN q = sqrt((error in x^2)+(error in y^2)+(error in z^2))
but, what if the equation i have is
q = x+y-z
would it still be that same equation or would it be,
ERROR IN q = sqrt((error in x^2)+(error in y^2)-(error in z^2))