Write a function to return the value of Rosenbrock's two-dimensional banana function, as well as it's gradient (column) vector and Hessian matrix, given a vector of it's two independent variables x1 and x2. Here's the Rosenbrock function:
100*[(x2-x1^2)^2] + (1-x1)^2
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers167
Suggested Problems
-
Back to basics 8 - Matrix Diagonals
971 Solvers
-
Output any real number that is neither positive nor negative
411 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1279 Solvers
-
Integer Sequence - II : New Fibonacci
695 Solvers
-
Flip the vector from right to left
11260 Solvers
More from this Author17
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
@Robert, can you please verify that the last test case is correct?
I corrected a typo, checked the "Restore all solutions" box, and clicked "Save." Not sure how to tell when they're rescored.