2nd order ode on a non-rectangular region
이전 댓글 표시
Hi. I have a 2nd order pde r*f(x,t)=a1*x*df/dx + a2*x^2*d^2f/dx^2 + (x-c)df/dt (everything other than x and t are parameters), and I know the value of the function f f(x0,t) for each t in [t1, t2] and x0 given, and also f(g(t), t) for each value t in [t1, t2] (g is a given function). I need to solve for the value of the function for t in [t1, t2] and for x < g(t). Is there any embedded matlab tool that I can use to solve this? I wanted to use pedpe, but this one requires rectangular region. Any ideas on other ways to solve this? Thanks a lot!
답변 (1개)
Sharmila Raghu
2016년 12월 30일
0 개 추천
Please refer to the following documentation links: http://www.mathworks.com/help/pde/pde-solvers.html http://www.mathworks.com/help/pde/ug/pdetool.html
카테고리
도움말 센터 및 File Exchange에서 Eigenvalue Problems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!