Info
This question is closed. Reopen it to edit or answer.
Why I got a complex number rather than a real number in the program as below?
1 view (last 30 days)
Show older comments
q=@(x)(x-1.0).^(1.0./5.0).*5.0+5.0;
q(rand);
0 Comments
Answers (1)
Steven Lord
on 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 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!