I have the following system of equations and need to solve for A,B,C: $$2B+3C = 0$$ $$2B+9A = 3$$ $$6A +2C+6B = 0$$
I tried solving this but cannot get it to work out. Any help is much appreciated. Thank you.
I have the following system of equations and need to solve for A,B,C: $$2B+3C = 0$$ $$2B+9A = 3$$ $$6A +2C+6B = 0$$
I tried solving this but cannot get it to work out. Any help is much appreciated. Thank you.
$$C=\dfrac{2B}{3}$$ $$A=\dfrac{3-2B}{9}$$ $$6\dfrac{3-2B}{9}+2\dfrac{2B}{3}+6B=0$$
now you can solve the last equation for B then find A and C from first and second equation