When solving nonlinear systems of equations in 2d it is best to plot implicit curves and use numerical solvers to find where the curves cross. See Chapter 14, Figure 14.14(b):
Hello, if I understand well you would like to implement a collocation method in MAPLE and to solve the resulting (large) system of nonlinear equations analytically? There is not clear interest in doing so. Why do you not try to use an existing implementation of the collocation method (in MATLAB for e.g.) trying to solve your problem numerically? Best