Hi I have 3 simple equation that I wanted to solve in python.
5x+9y=23 2x+3z=11 7x+5y+6z=35
first I wanted to solve with np.array but first two equation has 2 different unknowns. I can't find similar problems in internet and I don't know what should I use to solve this.