Set Reduction In Nonlinear Equations
Erhan Turan, Ali Ecder

TL;DR
This paper introduces a set reduction method for nonlinear equations that improves convergence speed by excluding already converged variables during Newton's method, demonstrated using matrix-free Newton-Krylov techniques.
Contribution
A novel set reduction approach that dynamically excludes converged variables to accelerate nonlinear equation solving, with an algorithm utilizing pointers for implementation.
Findings
Reduces computational time for solving nonlinear systems.
Improves convergence efficiency with the proposed method.
Validated using matrix-free Newton-Krylov techniques.
Abstract
In this paper, an idea to solve nonlinear equations is presented. During the solution of any problem with Newton's Method, it might happen that some of the unknowns satisfy the convergence criteria where the others fail. The convergence happens only when all variables reach to the convergence limit. A method to reduce the dimension of the overall system by excluding some of the unknowns that satisfy an intermediate tolerance is introduced. In this approach, a smaller system is solved in less amount of time and already established local solutions are preserved and kept as constants while the other variables that belong to the "set" will be relaxed. To realize the idea, an algorithm is given that utilizes applications of pointers to reduce and evaluate the sets. Matrix-free Newton-Krylov Techniques are used on a test problem and it is shown that proposed idea improves the overall…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMatrix Theory and Algorithms · Numerical Methods and Algorithms · Advanced Optimization Algorithms Research
