필터 지우기
필터 지우기

How do i implement integral type boundary conditions in matlab?

조회 수: 4 (최근 30일)
nidhi humnekar
nidhi humnekar 2022년 2월 1일
답변: Lokesh 2023년 10월 6일
How do i implement integral type boundary conditions in matlab such as in BVP4C or any other method?
I have: u(-1)=0; u(1)=0 and .

답변 (1개)

Lokesh
Lokesh 2023년 10월 6일
Hi Nidhi,
I understand that you want to implement integral type boundary conditions in MATLAB.
To achieve this, define the integral as an additional part of the ODE and add a boundary condition associated with it.
For example, if you want to implement the condition ,then adding an additional equation
to the system of ODE's and an additional boundary condition would enforce the integral condition.
Please refer to the below mentioned link for further clarification:
I hope you find this helpful.
Best Regards,
Lokesh.

카테고리

Help CenterFile Exchange에서 Boundary Value Problems에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by