how to solve a pde with an integration inside the equation
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello, My function is
H(x,t) . H(x,0) = 1/2
I need to solve
d/dt(int_1^x dH/dt dx) + dH/dt +2 dH/dx -C(t)/2 = 0
Which method or tool can I use in Matlab? C(t) is not known in advance.
댓글 수: 1
Satyajeet Sasmal
2015년 11월 19일
You could use the symbolic math toolbox to solve differential equations:
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Boundary Conditions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!