I have got two equations, one linear say,
, where m and c are constants
and the other quadratic say,
, where x1, y1 and r are constants.
Is there a way I can solve for x and y using Python ?
I could solve them on pen and paper finding the relation between x and y from the linear equation and substituting it in the other. There would be two roots satisfying the quadratic equation.