||'''Book'''|| Advanced Engineering Mathematics || ||'''Author'''|| Erwin Kreyszig || ||'''Edition'''|| 8th Edition || /* code_begins */ {{{ x, y, z = var('x,y,z') eq1 = 9*x + 3 * y - 6* z == 30 eq2 = 2*x - 4* y + 8*z == 2 solve([eq1, eq2], x,y,z)}}} /* code_ends */ * '''Solution by''': * ganesh, developer, space * bhanukiran, student, technical university of Delft * saransh, student, sobhit university