modelling said:
Whats the best way to solve the system at this stage ? Sorry I haven't solved equations like these in a long time.
(1) Use Gaussian elimination. For example, use the first equation to solve for 'a' in terms of b, c and d. Plug this expression for 'a' into the other three equations, and simplify. This gives you three equations in the three unknowns b,c and d; you have 'elimanated' 'a' from those three remaining equations---hence the name of the method. Proceed in the same way, for example by using one of the three equations to solve for (say) b in terms of c and d. Then substitute that solution into the remaining two and simplify again. That will leave two equations in the two unknowns c and d, etc.
OK, it takes a while and needs lots of work (and can be susceptable to roundoff errors) but is basically straightforward. It can be made more efficient by appropriate matrix methods, but the basics are exactly as outlined above.
(2) Use a spreadsheet solver; if you have EXCEL or equivalent, check out the "Solver" tool; it may need to be installed from the original disc if it hasn't been already.
(3) Use Maple or Mathematica if you have them; you can also try the free scaled-down version of Mathematica, called 'Wolfram Alpha'; see
https://www.wolframalpha.com/
In my old age I have gotten lazy and just do everything in Maple.
(4) Go to one of the numerous free on-line linear solvers. Just Google 'linear equation solver'. I have not, personally, tried them out.