function whose cube is smooth
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (2)
Walter Roberson
am 15 Nov. 2011
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.
2 Kommentare
Siehe auch
Kategorien
Mehr zu Polynomials finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!