The idea of variation of parameters is to seek the solution to
in the form
whereby
 = \begin{bmatrix} x_1 & x_2 \end{bmatrix} )
is a fundamental matrix.
Note that the constant vector
c of coefficients is replaced by an unknown function
v(t).
What is the equation for our unknown function
v(t) you ask?
It is fairly straight forward to derive:
' = F'\bf{v} + F\bf{v'} = A(F\bf{v}) + \bf{b} \implies<br />
F\bf{v'} = \bf{b} \implies<br />
\bf{v'} = F^{-1}\bf{b} )
.
IMPORTANT: You must make sure that

exists in order to solve for
v !!!! (not factorial

)
Finally, using integration, we have:
I'll now rewrite the original problem in latex so it is more palatable to the eye:
Find the general solution of

, whereby

.
Does this help?