The call syntax for this operator is the same as for Derivative.
The result is defined as f′(x)=limh→0hf(x+h)−f(x)
where the limit is taken with respect to a real variable h
( RealLimit ).
Note that x
can be complex and that the "real derivative" can be complex-valued; the "real" qualifier just refers to the direction in which the limit is computed.
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
RealDerivative | dxdf(x) | Real derivative |
Derivative | dzdf(z) | Derivative |
RealLimit | limx→af(x) | Limiting value, real variable |
Source code for this entry:
Entry(ID("452407"), SymbolDefinition(RealDerivative, RealDerivative(Call(f, x), For(x, x)), "Real derivative"), Description("The call syntax for this operator is the same as for", SourceForm(Derivative), "."), Description("The result is defined as", Equal(RealDerivative(f(x), For(x, x)), RealLimit(Div(Sub(f(Add(x, h)), f(x)), h), For(h, 0))), "where the limit is taken with respect to a real variable", h, "(", SourceForm(RealLimit), ")."), Description("Note that", x, "can be complex and that the \"real derivative\" can be complex-valued; the \"real\" qualifier just refers to the direction in which the limit is computed."))