First time here? Check out the FAQ!
answered 2023-12-03 10:05:51 +0100
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()