Constructing Segmented Differentiable Quadratics to Determine Algorithmic Run Times and Model Non-Polynomial Functions
Ananth Goyal

TL;DR
This paper introduces a novel method using segmented differentiable quadratics to analyze algorithmic run times and construct non-polynomial functions with high accuracy, offering an alternative to traditional complexity analysis.
Contribution
The paper presents a new approach combining quadratic segments and Lagrangian principles to model and analyze complex functions and algorithm efficiencies.
Findings
Achieved over 99% accuracy in modeling functions.
Effectively determines run time behavior and derivatives.
Applicable to non-polynomial functions like logarithms.
Abstract
We propose an approach to determine the continual progression of algorithmic efficiency, as an alternative to standard calculations of time complexity, likely, but not exclusively, when dealing with data structures with unknown maximum indexes and with algorithms that are dependent on multiple variables apart from just input size. The proposed method can effectively determine the run time behavior at any given index , as well as , as a function of only one or multiple arguments, by combining quadratic segments, based upon the principles of Lagrangian Polynomials and their respective secant lines. Although the approach used is designed for analyzing the efficacy of computational algorithms, the proposed method can be used within the pure mathematical field as a novel way to construct non-polynomial functions, such as or…
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
TopicsParallel Computing and Optimization Techniques · Embedded Systems Design Techniques · Real-Time Systems Scheduling
