Hi all,

I have this equation:

J = A1 + 2*A4 + 3*A2 - 4*A5 = 0

First I would like to arrange the symbols from A1 to A5 as follow:

J = A1 + 3*A2 + 2*A4 - 4*A5 = 0

Second step I would like to use their coefficients:

J = [1 3 2 -4] = 0

and in third step put zero instead of those variable which are not in the equation (here A3 is not in the equation ), for example :

J = [1 3 0 2 -4] = 0

and finally bring minus numbers to right hand side of the vector:

[1 3 0 2] = [-4]

Thank for your help

Similar questions and discussions