The two functions from Python one: y = sqrt(1 - |x|) * sqrt(|x|), y = (-3/2) * sqrt(1 - sqrt(|x|)). How do they produce the desired output? Is there a way to construct such functions?
The two functions from Python one: y = sqrt(1 - |x|) * sqrt(|x|), y = (-3/2) * sqrt(1 - sqrt(|x|)). How do they produce the desired output? Is there a way to construct such functions?