Problem 47563. Find a real root of a quintic function
input = [a b c d e f];
For example;
input = [6 8 7 9 12 467];
means
a possible solution is
x = -2.628054656;
g(x) = -5.665150411005015e-07
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers28
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2803 Solvers
-
23548 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1296 Solvers
-
5734 Solvers
-
385 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!