With the following matrix,

I'm suppose to use Maple to create the vector b that is column 3 from A and the matrix C that is made from columns 1 to 2 and 4 to 11 of A (in the same order as the columns of A).
And solve the matrix equation [C*x = b] and enter the 9th component of the unique vector solution for x.
I'm able to get the matrix C*x=b, but unable to get the right solution.
