newton raphson optimization for the following formula
Mostrar comentarios más antiguos

8 comentarios
John D'Errico
el 14 de Jul. de 2023
And what is your question about MATLAB here, except for would somone please write some code for you?
It was shown here how to build gradient and hessian of a scalar-valued function:
Taniya
el 17 de Jul. de 2023
Taniya
el 17 de Jul. de 2023
I want to know how the equation can write in matlab, as when i try it by writing sum it was not considered the summation.
syms k
n = 10;
x = sym ('x',[1 n])
s = sum(x.^k)
Respuestas (0)
Categorías
Más información sobre Newton-Raphson Method en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

