Solving Nonlinear Systems ------------------------- For linear systems, see :hoc:meth:`Matrix.solv`. ---- .. hoc:function:: prmat Prints the form of the matrix defined by :ref:`eqn ` statements. Each nonzero element is printed as an "*". ---- .. hoc:function:: solve Does one iteration of the non-linear system defined by :ref:`eqn ` statements. Returns the linear norm of the difference between left and right hand sides plus the change in the dependent variables. ---- .. hoc:function:: eqinit Throws away previous dependent variable and equation specifications from :ref:`eqn ` statements.