Calculating Hessian without using symbolic functions
30 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ss_19
am 28 Sep. 2022
Beantwortet: Walter Roberson
am 28 Sep. 2022
Is there a way to calculate the Hessian of a function that is not written as a symbolic function?
The function that I'm trying to calculate the Hessian for involves solving ordinary differential equations and cannot be easily written as a symbolic function.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 28 Sep. 2022
No, not unless you can calculate it by hand ahead of time using some other set of external tools.
You can estimate the Hessian. See for example https://www.mathworks.com/matlabcentral/fileexchange/13490-adaptive-robust-numerical-differentiation
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!