You can
put this solution on YOUR website!Do you mean like this??
![(matrix(2,2,6,5,4,-2))(matrix(2,2,x[1],x[2],x[3],x[4]))=(matrix(2,2,18,49,-20,6))](/cgi-bin/plot-formula.mpl?expression=%28matrix%282%2C2%2C6%2C5%2C4%2C-2%29%29%28matrix%282%2C2%2Cx%5B1%5D%2Cx%5B2%5D%2Cx%5B3%5D%2Cx%5B4%5D%29%29=%28matrix%282%2C2%2C18%2C49%2C-20%2C6%29%29&x=0003)
First find the inverse of your first matrix, which we'll call [A].
[A]=

and the inverse of A called [A]inv.
[A]inv=

and then matrix multiply both sides to solve for [X].
.
.
.
The problem would then look like this,
[A][X]=[B]
[A]inv[A][X]=[A]inv[B]
[I][X]=[A]inv[B]
[X]=[A]inv[B]
.
.
.
So we do the matrix multiplication,
[X]=

[X]=