On computational algorithms for real-valued continuous functions of several variables

David Sprecher1

  • 1Department of Mathematics, University of California, Santa Barbara, CA 93106, United States.

Summary

This paper explores algorithms for function superposition using space-filling curves, inspired by Kolmogorov

Related Concept Videos

Properties of Continuous Functions01:29

Properties of Continuous Functions

Continuous functions exhibit smooth, uninterrupted behavior, and combining them through standard operations retains this continuity. If f and g are continuous at a point a, then the functions f+g, f-g, cf (where c is a constant), fg, and fg (provided g(a)a) are also continuous at a. This allows the construction of complex functions from simpler continuous parts without losing smoothness.Polynomials, which are expressions formed by sums of powers of x with constant coefficients, are continuous...
284
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
438
Continuity of a Function01:23

Continuity of a Function

A function is continuous at a point a if three conditions are met: the function is defined at a, the limit of the function as x approaches a exists, and this limit equals the function’s value. Mathematically, this is written asThis definition ensures the graph of the function does not exhibit any breaks, holes, or jumps at that point. Discontinuities occur when any of these conditions fail. A removable discontinuity exists when the two-sided limit exists but the function is either...
401
State Function, Exact and Inexact Differentials01:27

State Function, Exact and Inexact Differentials

A state function is a thermodynamic property that depends solely on the current state of a system, irrespective of its history or how it arrived at that state. These functions are represented by capital letters, such as U, H, and S, which stand for internal energy, enthalpy, and entropy, respectively.For instance, the value of internal energy depends on the system's state variables and remains unaffected by the process path. This means that whether the system underwent a linear process or a...
169
Piecewise-Defined Functions01:28

Piecewise-Defined Functions

Piecewise defined functions are mathematical models where different expressions define a function over distinct intervals of the domain. These functions are useful for representing systems with varying behaviors depending on input values.For example, the function:  uses a linear rule for inputs less than or equal to –1 and a quadratic rule for values greater than –1. Although it has two formulas, it still defines a single function.Another common type is the absolute value...
507
Area Between Curves: Integrating With Respect to x01:25

Area Between Curves: Integrating With Respect to x

Consider two continuous functions defined on a closed interval from a to b. The region between these curves is bounded vertically by their graphs and horizontally by the endpoints of the interval. The objective is to measure the area of this region.An initial estimate of the area can be obtained by dividing the interval into a large number of narrow vertical strips of equal width. Each strip is approximated by a rectangle whose height is given by the vertical difference between the two...
303