Problem 44612. ¡Puntos de corte!
- Ejemplo
Solution Stats
Problem Comments
-
3 Comments
Hello, Pablo López. I hope you won't mind me writing in English. Could you please check the results for case three in your Test Suite? In my Solution 1523771 I am getting different values for the x-intercepts. (I think that's what is sought, but sorry if my rough translation was in error.) Also, I cannot see any instruction as to the order in which to return the points. For example, in test case one, why is [-5 -1 -10] correct, but [-1 -5 -10] would not be accepted? —DIV
The roots must be sorted, and the value at y must come at last. Please, fix the 3rd case. The roots are with their signs misplaced (use the function roots to test it).
I believe that the test suite is now functioning properly, presuming sorted roots.
Solution Comments
Show commentsProblem Recent Solvers18
Suggested Problems
-
337 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
404 Solvers
-
320 Solvers
-
07 - Common functions and indexing 3
412 Solvers
-
Sum the real and imaginary parts of a complex number
140 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!