New posts in functions

Nowhere continuous functions $f: \mathbb{R} \to \mathbb{R}$ such that $f(f(x)) = (f(x))^2$

About the solution of the infinite recurrence $f(x,f(x,f(x,f(x,f(...))))=a$

Function that is discontinuous only for integer fractions

I need the expression of a function which goes to infinity as x goes to 0 and has a finite integral

What is the difference between Curve Fitting and Regression(Machine Learning)?

Is every real valued function on an interval a sum of two functions with Intermediate Value Property?

A relation that is both an equivalence relation and a function. [closed]

Approximating smooth function on $[0,1]$ by Bernstein polynomial (interested in approximation rate in $L^2$ norm)

Proving $f : (-1, 1) \rightarrow \mathbb{R}$ has a property

Graphing $f(2-x)$

Find all functions $f:\mathbb{R}^+\to \mathbb{R}^+$ such that for all $x,y\in\mathbb{R}^+$, $f(x)f(yf(x))=f(x+y)$

Comparing the growth rates

Proving that, $|f'(x)-f'(y)|\le k|x-y| \implies (f'(x))^2< 2 kf(x) $

How to solve the functional equation $ f(f(x))=ax^2+bx+c $

Solving $\arcsin\left(2x\sqrt{1-x^2}\right) = 2 \arcsin x$

Finding the turning points of $f(x)=\left(x-a+\frac1{ax}\right)^a-\left(\frac1x-\frac1a+ax\right)^x$

Show f is uniformly continuous on $(a,b)$ if it is continuous and $\lim\limits_{x\to a^+}f(x)$ and $\lim\limits_{x\to b^-}f(x)$ exist

How to pass arguments to functions while executing a python script from terminal?

Let $(f(x))^2$ and $(f(x))^3$ are $C^{\infty}$. Prove or disprove that $f$ is $C^{\infty}$.

Is it possible to write a bash function to change directory by passing the name of a directory variable?