Problem 1954. Write a cubic formula function
Solution Stats
Problem Comments
-
3 Comments
the "sorted" requirement is problematic, I would suggest you drop this requirement and simply resort the output of cubicFormula after (not before) rounding to four digits (and apply the same logic to your testsuite)...
is there maybe a several problem with the sorting method you describe/need?? :-/
The problem requires abs as 'ComparisonMethod' for sorting and the non-conjugate transpose. That's a pain that I have just become aware: ' is the conjugate transpose, and .' is the non-conjugate transpose. The conjugate operator changes the signs of complex roots.
Solution Comments
Show commentsProblem Recent Solvers19
Suggested Problems
-
84815 Solvers
-
24236 Solvers
-
Determine whether a vector is monotonically increasing
17700 Solvers
-
Return the largest number that is adjacent to a zero
4878 Solvers
-
499 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!