Question: How do i solve a System of PDEs in maple?

sol := {c[1, 1] = 18.00000000, c[1, 2] = -0., u[1, 1] = -.9000000000, u[1, 2] = 0., x[1, 1] = 3.600000000, x[1, 2] = -0.}
How we can assign each in solution1 individually as a Variable.

Please Wait...