I have a matrix G, H, and J


I have given all the values for the varibales given in the matrices
I want to calculate for H matrix constants.
k = MatrixForm[
Solve[{G.H == J}, {Subscript[C, 1], Subscript[C, 2], Subscript[C,
4], Subscript[C, 5], Subscript[C, 6], Subscript[C, 7], Subscript[
C, 10], Subscript[C, 11]}]]
Output:
(Subscript[C, 1]->0. -0.0000809814 P+0.0043219 V Subscript[C, 2]->3.83204*10^-9 P-7.80102*10^-7 V Subscript[C, 4]->2.24561*10^-8 P-4.02257*10^-6 V Subscript[C, 5]->4.65722*10^-10 P-1.10168*10^-7 V Subscript[C, 6]->-4.20314*10^-14 P+9.94267*10^-12 V Subscript[C, 7]->-0.0000161671 P-0.00309882 V Subscript[C, 10]->9.15123*10^-10 P+2.10854*10^-7 V Subscript[C, 11]->-9.43931*10^-10 P+7.89909*10^-8 V)
If I have to use the constant C1 in other expression, what command should I use? If I use simply C1 it is not considering the numerical value from it. It takes the element as C1.