I Projective Methods For Stiff Differential Equations

mt2019
Messages
2
Reaction score
0
TL;DR Summary
Good evening,
https://pdfs.semanticscholar.org/688b/e703a59a4a0c6fc96b4e42c38c321cd4d5b8.pdf
Do you know :PROJECTIVE METHODS FOR STIFF DIFFERENTIAL EQUATIONS
I have to make a program to solve a first-order differential equation according to this method but I do not arrive despite my efforts. I'm coming back to you to help me find the algorithm. Thank you
Good evening,
https://pdfs.semanticscholar.org/688b/e703a59a4a0c6fc96b4e42c38c321cd4d5b8.pdfDo you know :PROJECTIVE METHODS FOR STIFF DIFFERENTIAL EQUATIONS
I have to make a program to solve a first-order differential equation according to this method but I do not arrive despite my efforts. I'm coming back to you to help me find the algorithm. Thank you
 
Physics news on Phys.org
You cannot expect that people will study this 16 pages paper to solve your problem. So either you hope that someone already knows what you presented, or you must be more specific, i.e. people could be able to help you on specific steps, which you should prepare for this matter.
 
fresh 42 thanks for your reply. my problem is summarized in this page. I want an algorithm for projective forward Euler method.
 

Attachments

  • Capture.PNG
    Capture.PNG
    26.7 KB · Views: 364
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top