You can put this solution on YOUR website! You didn't specify a method.
Matrix inversion is the fastest.
[A][x]=[B]
where
[A]=
[x]=
[B]=
Find the inverse matrix of A.
[A]inv=
The solution is then the inverse matrix multiplied by B.
[x]={A]inv[B]
[x]=
[x]=