In mathematics, a partial function f from a set X to a set Y is a function from a subset S of X (possibly the whole X itself) to Y. The subset S, that...
15 KB (2,055 words) - 16:59, 20 May 2025
partial application (or partial function application) refers to the process of fixing a number of arguments of a function, producing another function...
11 KB (1,290 words) - 17:57, 29 March 2025
In mathematics, a partial derivative of a function of several variables is its derivative with respect to one of those variables, with the others held...
24 KB (4,191 words) - 12:09, 14 December 2024
computer science, a general recursive function, partial recursive function, or μ-recursive function is a partial function from natural numbers to natural numbers...
18 KB (2,747 words) - 19:37, 29 July 2025
non-empty open interval. Such a function is then called a partial function. A function f on a set S means a function from the domain S, without specifying...
76 KB (11,410 words) - 20:15, 22 May 2025
In time series analysis, the partial autocorrelation function (PACF) gives the partial correlation of a stationary time series with its own lagged values...
9 KB (1,129 words) - 12:09, 18 July 2025
For example, one can formalize computable functions as μ-recursive functions, which are partial functions that take finite tuples of natural numbers...
24 KB (3,362 words) - 23:24, 22 May 2025
partial differential equation (PDE) is an equation which involves a multivariable function and one or more of its partial derivatives. The function is...
49 KB (6,800 words) - 08:09, 10 June 2025
first-class functions if it treats functions as first-class citizens. This means the language supports passing functions as arguments to other functions, returning...
28 KB (2,525 words) - 16:04, 30 June 2025
Bijection (redirect from Partial bijection)
one-to-one correspondence generalizes to partial functions, where they are called partial bijections, although partial bijections are only required to be injective...
19 KB (2,508 words) - 09:01, 28 May 2025
nonzero s ∈ F . {\displaystyle s\in F.} A homogeneous function f from V to W is a partial function from V to W that has a linear cone C as its domain, and...
26 KB (4,588 words) - 16:08, 7 January 2025
Currying (redirect from Curried function)
as, partial application. The example above can be used to illustrate partial application; it is quite similar. Partial application is the function apply...
36 KB (5,036 words) - 09:11, 23 June 2025
{ return "Full"; } // illegal: partial function template specialization of the return type // function template partial specialization is not allowed //...
8 KB (960 words) - 21:59, 10 April 2024
function may refer to: Recursive function (programming), a function which references itself General recursive function, a computable partial function...
540 bytes (94 words) - 10:00, 21 April 2021
of a function, with the other variables held constant ∂, a symbol that can denote a partial derivative, sometimes pronounced "partial dee" Partial differential...
2 KB (240 words) - 14:39, 14 October 2023
zero function; however note that the partial derivatives are not uniformly convergent to the zero function (the derivative of the zero function). This...
23 KB (3,471 words) - 15:59, 21 June 2025
under a mild condition on the partial derivatives, the set of zeros of a system of equations is locally the graph of a function. Augustin-Louis Cauchy (1789–1857)...
23 KB (3,821 words) - 05:35, 7 June 2025
series associated with a periodic function converges to the function. The n-th partial sum of the Fourier series of a function f of period 2π is defined by...
98 KB (14,445 words) - 20:09, 3 August 2025
function y(x) is given by: §11.5 d y d x = − ∂ R ∂ x ∂ R ∂ y = − R x R y , {\displaystyle {\frac {dy}{dx}}=-{\frac {\,{\frac {\partial R}{\partial x}}\...
17 KB (2,204 words) - 03:08, 20 April 2025
Binary operation (redirect from Partial operation)
is not a function but a partial function, then f {\displaystyle f} is called a partial binary operation. For instance, division is a partial binary operation...
9 KB (1,546 words) - 16:41, 17 May 2025
In many contexts, a partial function is called simply a function, and its natural domain is called simply its domain. The function f {\displaystyle f}...
8 KB (962 words) - 11:47, 12 April 2025
derivative of the function can be written as f ′ ( z ) = ∂ u ∂ x + i ∂ v ∂ x = ∂ v ∂ y − i ∂ u ∂ y {\displaystyle f'(z)={\frac {\partial u}{\partial x}}+i{\frac...
25 KB (3,490 words) - 21:26, 15 June 2025
Halting problem (section Recognizing partial solutions)
programs, decides whether the partial function implemented by the input program has that property. (A partial function is a function which may not always produce...
53 KB (7,350 words) - 09:57, 12 June 2025
Hessian matrix (redirect from Hessian of a function)
matrix of second-order partial derivatives of a scalar-valued function, or scalar field. It describes the local curvature of a function of many variables....
22 KB (3,550 words) - 21:19, 31 July 2025
notion of transformation is generalized to partial functions, then a partial transformation is a function f: A → B, where both A and B are subsets of...
4 KB (340 words) - 07:42, 10 July 2025
expressions like sin−1(x) to denote the inverse of the sine function applied to x (actually a partial inverse; see below). Other authors feel that this may...
43 KB (5,224 words) - 09:30, 6 June 2025
Derivative (redirect from Derviative of a function)
{\displaystyle {\frac {\partial f}{\partial x}}=2x+y,\qquad {\frac {\partial f}{\partial y}}=x+2y.} In general, the partial derivative of a function f ( x 1 , … ...
58 KB (7,403 words) - 01:20, 3 July 2025
size, and a one-to-one mapping from U to V. Equivalently, it is a partial function on S that can be extended to a permutation. It is common to consider...
5 KB (691 words) - 16:57, 6 November 2024
functions are partial functions that have a domain formed by all real numbers, except some isolated points. Examples include the reciprocal function x...
63 KB (9,324 words) - 15:49, 8 July 2025
Function composition appears in one form or another in numerous programming languages. Partial composition is possible for multivariate functions. The...
37 KB (3,772 words) - 08:50, 25 February 2025