Clear Filters
Clear Filters

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)
q=@(x)(x-1.0).^(1.0./5.0).*5.0+5.0;
q(rand);

Answers (1)

Steven Lord
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.

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!