フィルターのクリア

newton-jacobian method for non-linear circuit

2 ビュー (過去 30 日間)
Rohan Repale
Rohan Repale 2014 年 11 月 4 日
回答済み: Zoltán Csáti 2014 年 11 月 5 日
how can I write the code for newton-jacobian method in matlab for non-linear circuits. I need to solve this for 2*2 and 3*3 matrix.

回答 (1 件)

Zoltán Csáti
Zoltán Csáti 2014 年 11 月 5 日
If you think of the Newton-method using the Jacobian matrix, then there are lots of submissions on the internet. You can find many of them on the File Exchange too. However the simple Newton-method is not appropriate in most cases. Extend it with a line-search. If you have the Optimization Toolbox, use its fsolve function.
If you need to implement it on your own, then here is a resource: http://www.maths.lth.se/na/courses/FMN081/FMN081-06/lecture7.pdf.

カテゴリ

Help Center および File ExchangeCircuits and Systems についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by