function whose cube is smooth
显示 更早的评论
Hi,
I want to charectize the function whose cube is smooth from R to R. For example x^1/3 is smooth and olsa any polynomial but how can i charectrize it?
Thanks
采纳的回答
更多回答(2 个)
Walter Roberson
2011-11-15
Note that the polynomial roots does not necessarily have to be restricted to reals in order to map R->R . For example,
x*(x-i)*(x+i)
is
x*(x^2+1)
which is
x^3 + x
which maps R -> R
One cannot simply say "polynomials" because not every polynomial with complex roots is going to map R -> R . One thus might need to characterize which polynomials with complex roots are suitable.
类别
在 帮助中心 和 File Exchange 中查找有关 Polynomials 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!