How to solve the following system of equations?:
$$\begin{align} 4a+7/2b+3c&=0 \\ a+5b+2c&=0\end{align}$$ I used the Gaussiam elimination and by subtracting the second row by the first one multiplied by $1/4$ I get the two equations $4a+7/2b+3c=0$ and $47/8b+11/4c=0$ which are still not solvable.
You have fewer equations than unknowns, and so the system does not have a unique solution. It has a one-parameter family of solutions that in this case can be computed by the cross product: $$(4,7/2,3)×(1,5,2)=(-8,-5,33/2)$$ $$(a,b,c)\in\{(-8t,-5t,33t/2):t\in\mathbb R\}$$