Conjugate Gradient Method (Solving Quadratic Equations with Two Varaibles)

版本 1.0.0.0 (1.7 KB) 作者: Soumitra Sitole
The algorithm summarizes the Conjugate Gradient method.
820.0 次下载
更新时间 2017/3/12

查看许可证

The code highlights the Fletcher Reeve's Method or Conjugate Gradient Method. This method exploits the advantage of conjugate directions and hence is quadratically convergent. It takes only 3 iterations or 2 searches to solve a quadratic equation. The optimum for the same example as shown in this algorithm took 56 iterations with Steepest Descent.(Refer Steepest Descent Code); while this algorithm converges in only 3 iterations same initial guess or start point.

引用格式

Soumitra Sitole (2024). Conjugate Gradient Method (Solving Quadratic Equations with Two Varaibles) (https://www.mathworks.com/matlabcentral/fileexchange/62011-conjugate-gradient-method-solving-quadratic-equations-with-two-varaibles), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Quadratic Programming and Cone Programming 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0