Optimization Methods - Demos

This page is generated by Xiangxiong Zhang using AI agent tool Claude Code: each section along with its content (slides, code, picture) was generated by a skill using an MCP. This page is nothing but a demo for AI tools. This page shall not be used for any other purpose such as teaching or learning.

Gradient Descent Method

Algorithm: xk+1 = xk − α ∇f(xk)
Download Slides (PPTX) Download MATLAB Code

Numerical Result

Gradient Descent Method Numerical Result

Newton's Method

Algorithm: x<sub>k+1</sub> = x<sub>k</sub> − [∇²f(x<sub>k</sub>)]<sup>−1</sup> ∇f(x<sub>k</sub>)
Download Slides (PPTX) Download MATLAB Code

Numerical Result

Newton's Method Numerical Result