필터 지우기
필터 지우기

Imposing a constraint on a set of ode's

조회 수: 4 (최근 30일)
Yazan Ahed
Yazan Ahed 2016년 8월 29일
편집: Yazan Ahed 2017년 1월 8일
Say I want to solve the following set of ode's:
dx_i/dt = f1(x_i,y);
dy/dt = f2(x_i,y);
subject to: sum(a_i*x_i) = 0;
How would you code such condition?
  댓글 수: 1
Torsten
Torsten 2016년 8월 29일
편집: Torsten 2016년 8월 29일
Choose x1(0)=x2(0)=x3(0)=0 as initial conditions for x1, x2 and x3.
Then your constraint is satisfied.
And my proposition is that if
[a1 a3 a2], [a2,a1,a3] and [a3 a2 a1] are linearly independent vectors, this is the only solution.
Best wishes
Torsten.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by