Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Why I got a complex number rather than a real number in the program as below?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
q=@(x)(x-1.0).^(1.0./5.0).*5.0+5.0;
q(rand);
0 Kommentare
Antworten (1)
Steven Lord
am 18 Feb. 2016
You're asking for the fifth root, not the cube root, but the explanation is the same as in this previous Answer.
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!