Problem 85. Remove the polynomials that have positive real elements of their roots.
Solution Stats
Problem Comments
-
2 Comments
The test set should contain a polynomial with complex roots where the real part is positive, and a polynomial with a positive and a negative root.
Too less test cases
Solution Comments
-
1 Comment
This removes only polinomials if all the roots are positive. Should read 'all' instead of 'any' here.
Problem Recent Solvers1042
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
7664 Solvers
-
1608 Solvers
-
How to find the position of an element in a vector without using the find function
2562 Solvers
-
Arrange Vector in descending order
6519 Solvers
-
4790 Solvers
More from this Author95
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!