for example we have this equation :

3*a - 2*b + 5*c - d = 0 

First I need to separate positive and negative variables to both side of equation:

3*a + 5*c = 2*b + d

and then take only the coefficient of each symbolic variables:

3 + 5 = 2 + 1 

Thank you 

Similar questions and discussions