🤖 AI Summary
This work addresses the need for mathematically verifiable solutions to parameter identification, stability analysis, and optimization in control theory. We propose a unified framework integrating symbolic elimination with high-precision interval arithmetic. Implemented as the open-source Julia package PACE.jl, it is the first tool to deeply integrate discriminant variety construction, rational univariate representation (RUR), and arbitrary-precision interval arithmetic—enabling verified numerical solving for both parametric and non-parametric dynamical systems. Compared to conventional numerical methods, our approach significantly improves reliability and accuracy in stability certification and parameter estimation, delivering rigorously error-bounded solutions on benchmark control problems. The core contribution lies in the design and engineering implementation of a symbolic–numeric co-verification mechanism, establishing a new paradigm for trustworthy control algorithm development.
📝 Abstract
This paper demonstrates how certified computational tools can be used to address various problems in control theory. In particular, we introduce PACE.jl, a Julia package that implements symbolic elimination techniques, including (among others) discriminant varieties and Rational Univariate Representation, while also supporting multi-precision interval computations. We showcase its applications to key control theory problems, including identification, stability analysis, and optimization, for both parameter-dependent and parameter-free systems.