Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
x, y, z = var('x,y,z')
eq1 = -3*y + 9*z == 36
eq2 = 2*x + 17*z == 35
eq3 = -x - y + 34*z == 34
solve([eq1, eq2, eq3], x,y,z)
Solution by:
- ganesh, developer, space
- bhanukiran, student, technical university of Delft
- saransh, student, sobhit university
