How can I solve the following PDE?
1 view (last 30 days)
Show older comments
$\dotA(t)=rA(t)-\frac{A(t)^2}{4c}+1$
$\dotB(t)=rB(t)-aA(t)$
$A(T)=q,B(T)=0.$
Suppose that r=0.02, a=3, c=1,q=1.5.
How to write a code to solve it.
0 Comments
Answers (2)
Alan Stevens
on 10 Apr 2023
Try setting tau = T - t, so that dA/dt = -dA/dtau etc, and A(T) , B(T) become A(0), B(0). i.e. turn the boundary value problem into an initial value problem.
0 Comments
See Also
Categories
Find more on Eigenvalue Problems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!