필터 지우기
필터 지우기

fsolve or local optimum?

조회 수: 1 (최근 30일)
Kim O
Kim O 2012년 5월 19일
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
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...
Kim O
Kim O 2012년 5월 21일
Thank you for your opinion. I will try both and then I will post my results. Maybe I am succesfull with both methods :) or maybe not ;(

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by