orthogonal collocation on finite elements, coupled set of ODEs: Matlab code

2 views (last 30 days)
Hi, I need to solve a set of ODEs using OCFE (orthogonal collocation on finite elements method). Model Eq. are: dx1/dt = 2;x1(0)=1; dx2/dt=-x1^2+4;x2(0)=0;
Please help how to implement the model in MATLAB using OCFE method. Thanks and Regards, Parkash

Answers (0)

Community Treasure Hunt

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

Start Hunting!