- fsolve is a robust function for solving systems of nonlinear equations. It requires an initial guess for the variables and attempts to find a solution that zeroes the system. Refer to this link: https://www.mathworks.com/help/optim/ug/fsolve.html
- lsqnonlin: Useful if you can reformulate your problem as a least-squares problem. Refer to this link: https://www.mathworks.com/help/optim/ug/lsqnonlin.html
MMC non linear equations solve
    3 ビュー (過去 30 日間)
  
       古いコメントを表示
    
I need to find the magnitude of AC voltages and its angle and values of dc voltages so there are total  18 variables and i have total 18 current non-linear equations and no parameters are given so what kind of solver should i use ??  
0 件のコメント
回答 (1 件)
  Ayush
      
 2024 年 10 月 3 日
        You can use these solvers:
I hope it will help.
0 件のコメント
参考
カテゴリ
				Help Center および File Exchange で Linear Algebra についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!