First time here? Check out the FAQ!
answered 1 year ago
Here's my solution in the end:
Convert equation to symbolic form. Make it homogenous. Then use the expr.coefficient(), expr.coefficients() and expr.monomials() methods.
expr.coefficient()
expr.coefficients()
expr.monomials()