fsolve or local optimum?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I have a nonlinear algebraic equation system: f(x,t)=0 (where f ist a vector field and x a vector, t is the time.)
My Problem:
f(x,t)=0 and a second (one-dimensional) determinant equation det(jacobian(f,x))=0 have the same solution x, for a certain time t. How can I get x and t ? What I know is that x is a Local optimum of f(x,t) and if you want, with the constrain det(jacobian(f,y))=0. And my initial point x0 is near the solution x.
I hope someone has an idea. Thank you!
2 件のコメント
Sargondjani
2012 年 5 月 20 日
it seems you can use both fsolve and fmincon. i would prefer fsolve i suppose, but why not try both? it shouldnt take much extra time to try the other as well...
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Systems of Nonlinear Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!