Question

3. Solve the following system of simultaneous equations for x, y, and z using Numpy in Python. 3x + y -z = 8.5 -2x + 7y + 0.5z = 25.5 -x

+ 2y = 7.5