Function as element of a set

35 Views Asked by At

Can anyone tell me what does the following notation represent $$f \in C^2[a,b]$$ in terms of function notation?

I suppose $[a,b]$ means the function is defined in that interval, but I am confused with the '$f \in$' notation.

1

There are 1 best solutions below

2
On

$C^n[a,b]$ is the set of all functions defined in $[a,b]$ that have up to n-order continuous derivatives. So the notation means that both $f'$ and $f''$ exist and are continuous.