newton raphson optimization for the following formula
Afficher commentaires plus anciens

8 commentaires
John D'Errico
le 14 Juil 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
le 17 Juil 2023
Taniya
le 17 Juil 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)
Réponses (0)
Catégories
En savoir plus sur Newton-Raphson Method dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

