Related Experiment Video
Updated: Apr 26, 2026

08:25
Continuous Measurement of Biological Noise in Escherichia Coli Using Time-lapse Microscopy
Published on: April 27, 2021
3.3K
On computational algorithms for real-valued continuous functions of several variables
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
Area of Science:
- Computational mathematics
- Function approximation
- Algorithm development
Background:
- Kolmogorov's dimension-reducing superpositions (1957) provided early prototypes for function representation.
- Hecht-Nielsen (1987) linked these superpositions to feedforward neural networks, increasing interest.
- Original superpositions used devil's staircase functions, limiting their computational utility.
Purpose of the Study:
- To investigate algorithms for computing superpositions of real-valued continuous functions.
- To explore the application of space-filling curves in function approximation.
- To present novel algorithms for two-variable function superposition.
Main Methods:
- Analysis of algorithms based on space-filling curves.
- Examination of the relationship between Kolmogorov's superpositions and computational algorithms.
- Development of two specific algorithms for two-variable function superposition, including one using the Hilbert curve.
Main Results:
- Identified limitations in early algorithms due to space-filling curve characteristics.
- Presented two new algorithms for computing superpositions of two-variable functions.
- Demonstrated the utility of specific space-filling curves, like the Hilbert curve, in these algorithms.
Conclusions:
- Space-filling curves offer a basis for developing algorithms for function superposition.
- The developed algorithms provide efficient methods for approximating two-variable continuous functions.
- This work advances the computational application of dimension-reducing superpositions.
Related Concept Videos
Properties of Continuous Functions
284
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 Solving
438
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...
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
438
Continuity of a Function
401
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 Differentials
169
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 Functions
507
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 x
303
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
