Is there any way of solving two linear equations simultaneously in python without the use of a module?? I want to solve these two equations but can't seem to find the approach .
a - b = 1
a + b = 5
Thanks in advance.