is there a book with a chapter on convergence consistency and stability for some specific numerical methods?
The methods Im interested in are :
- Euler's Explicit and Implicit method
- Lax-Wendroff's Method
- Crank-Nicolson's Method
even online lecture notes with analysis of these would be great. thanks !
differential-equations reference-request numerical-methods
|
show 2 more comments
The methods Im interested in are :
- Euler's Explicit and Implicit method
- Lax-Wendroff's Method
- Crank-Nicolson's Method
even online lecture notes with analysis of these would be great. thanks !
differential-equations reference-request numerical-methods
The second and third are methods for PDE. Is that the context you want to have considered in the references?
– LutzL
Jan 6 at 18:13
@LutzL Actually I only know them as methods for approximating solutions of ODE's
– rapidracim
Jan 6 at 18:16
@LutzL here's the LW scheme that I'm talking about : $h$ is the step we subdivide an interval $(a,b)$ into many $(t_i,t_{i+1})$ with $t_0 = a,,, t_{N} = b$, the eqn is $y' =f(t,y)$, $f$ is a 'nice' function then here's the algorithm : $$t_{n+1} = t_{n} + h,, 0 leq n leq N-1, ,, L_n = hf(t_n,y_n), ,, y_{n+1} = y_{n} +hf(t_n+frac{h}{2},y_n+frac{L_n}{2})$$ $y_{n+1}$ approximates $y(t_{n+1})$
– rapidracim
Jan 6 at 18:24
1
I know Lax-Wendroff as a method to approximate the Burgers equation and similar, Crank-Nicolson is usually introduced to solve the heat equation and similar. If you formulate it as method of lines, it reduces to a system of ODE, but that is not the primary problem statement.
– LutzL
Jan 6 at 18:26
That is the explicit midpoint method, or improved Euler method. It may be used in one of the variations of the LW scheme in the configuration of the time step. You then have probably the usual misconception to give the Heun, explicit trapezoidal, modified Euler method another name (because 3 names is not enough?) because the time step of CR is configured like the implicit trapezoidal method?
– LutzL
Jan 6 at 18:29
|
show 2 more comments
The methods Im interested in are :
- Euler's Explicit and Implicit method
- Lax-Wendroff's Method
- Crank-Nicolson's Method
even online lecture notes with analysis of these would be great. thanks !
differential-equations reference-request numerical-methods
The methods Im interested in are :
- Euler's Explicit and Implicit method
- Lax-Wendroff's Method
- Crank-Nicolson's Method
even online lecture notes with analysis of these would be great. thanks !
differential-equations reference-request numerical-methods
differential-equations reference-request numerical-methods
edited Jan 6 at 17:55
rapidracim
asked Jan 6 at 17:49
rapidracimrapidracim
1,5081319
1,5081319
The second and third are methods for PDE. Is that the context you want to have considered in the references?
– LutzL
Jan 6 at 18:13
@LutzL Actually I only know them as methods for approximating solutions of ODE's
– rapidracim
Jan 6 at 18:16
@LutzL here's the LW scheme that I'm talking about : $h$ is the step we subdivide an interval $(a,b)$ into many $(t_i,t_{i+1})$ with $t_0 = a,,, t_{N} = b$, the eqn is $y' =f(t,y)$, $f$ is a 'nice' function then here's the algorithm : $$t_{n+1} = t_{n} + h,, 0 leq n leq N-1, ,, L_n = hf(t_n,y_n), ,, y_{n+1} = y_{n} +hf(t_n+frac{h}{2},y_n+frac{L_n}{2})$$ $y_{n+1}$ approximates $y(t_{n+1})$
– rapidracim
Jan 6 at 18:24
1
I know Lax-Wendroff as a method to approximate the Burgers equation and similar, Crank-Nicolson is usually introduced to solve the heat equation and similar. If you formulate it as method of lines, it reduces to a system of ODE, but that is not the primary problem statement.
– LutzL
Jan 6 at 18:26
That is the explicit midpoint method, or improved Euler method. It may be used in one of the variations of the LW scheme in the configuration of the time step. You then have probably the usual misconception to give the Heun, explicit trapezoidal, modified Euler method another name (because 3 names is not enough?) because the time step of CR is configured like the implicit trapezoidal method?
– LutzL
Jan 6 at 18:29
|
show 2 more comments
The second and third are methods for PDE. Is that the context you want to have considered in the references?
– LutzL
Jan 6 at 18:13
@LutzL Actually I only know them as methods for approximating solutions of ODE's
– rapidracim
Jan 6 at 18:16
@LutzL here's the LW scheme that I'm talking about : $h$ is the step we subdivide an interval $(a,b)$ into many $(t_i,t_{i+1})$ with $t_0 = a,,, t_{N} = b$, the eqn is $y' =f(t,y)$, $f$ is a 'nice' function then here's the algorithm : $$t_{n+1} = t_{n} + h,, 0 leq n leq N-1, ,, L_n = hf(t_n,y_n), ,, y_{n+1} = y_{n} +hf(t_n+frac{h}{2},y_n+frac{L_n}{2})$$ $y_{n+1}$ approximates $y(t_{n+1})$
– rapidracim
Jan 6 at 18:24
1
I know Lax-Wendroff as a method to approximate the Burgers equation and similar, Crank-Nicolson is usually introduced to solve the heat equation and similar. If you formulate it as method of lines, it reduces to a system of ODE, but that is not the primary problem statement.
– LutzL
Jan 6 at 18:26
That is the explicit midpoint method, or improved Euler method. It may be used in one of the variations of the LW scheme in the configuration of the time step. You then have probably the usual misconception to give the Heun, explicit trapezoidal, modified Euler method another name (because 3 names is not enough?) because the time step of CR is configured like the implicit trapezoidal method?
– LutzL
Jan 6 at 18:29
The second and third are methods for PDE. Is that the context you want to have considered in the references?
– LutzL
Jan 6 at 18:13
The second and third are methods for PDE. Is that the context you want to have considered in the references?
– LutzL
Jan 6 at 18:13
@LutzL Actually I only know them as methods for approximating solutions of ODE's
– rapidracim
Jan 6 at 18:16
@LutzL Actually I only know them as methods for approximating solutions of ODE's
– rapidracim
Jan 6 at 18:16
@LutzL here's the LW scheme that I'm talking about : $h$ is the step we subdivide an interval $(a,b)$ into many $(t_i,t_{i+1})$ with $t_0 = a,,, t_{N} = b$, the eqn is $y' =f(t,y)$, $f$ is a 'nice' function then here's the algorithm : $$t_{n+1} = t_{n} + h,, 0 leq n leq N-1, ,, L_n = hf(t_n,y_n), ,, y_{n+1} = y_{n} +hf(t_n+frac{h}{2},y_n+frac{L_n}{2})$$ $y_{n+1}$ approximates $y(t_{n+1})$
– rapidracim
Jan 6 at 18:24
@LutzL here's the LW scheme that I'm talking about : $h$ is the step we subdivide an interval $(a,b)$ into many $(t_i,t_{i+1})$ with $t_0 = a,,, t_{N} = b$, the eqn is $y' =f(t,y)$, $f$ is a 'nice' function then here's the algorithm : $$t_{n+1} = t_{n} + h,, 0 leq n leq N-1, ,, L_n = hf(t_n,y_n), ,, y_{n+1} = y_{n} +hf(t_n+frac{h}{2},y_n+frac{L_n}{2})$$ $y_{n+1}$ approximates $y(t_{n+1})$
– rapidracim
Jan 6 at 18:24
1
1
I know Lax-Wendroff as a method to approximate the Burgers equation and similar, Crank-Nicolson is usually introduced to solve the heat equation and similar. If you formulate it as method of lines, it reduces to a system of ODE, but that is not the primary problem statement.
– LutzL
Jan 6 at 18:26
I know Lax-Wendroff as a method to approximate the Burgers equation and similar, Crank-Nicolson is usually introduced to solve the heat equation and similar. If you formulate it as method of lines, it reduces to a system of ODE, but that is not the primary problem statement.
– LutzL
Jan 6 at 18:26
That is the explicit midpoint method, or improved Euler method. It may be used in one of the variations of the LW scheme in the configuration of the time step. You then have probably the usual misconception to give the Heun, explicit trapezoidal, modified Euler method another name (because 3 names is not enough?) because the time step of CR is configured like the implicit trapezoidal method?
– LutzL
Jan 6 at 18:29
That is the explicit midpoint method, or improved Euler method. It may be used in one of the variations of the LW scheme in the configuration of the time step. You then have probably the usual misconception to give the Heun, explicit trapezoidal, modified Euler method another name (because 3 names is not enough?) because the time step of CR is configured like the implicit trapezoidal method?
– LutzL
Jan 6 at 18:29
|
show 2 more comments
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064175%2fis-there-a-book-with-a-chapter-on-convergence-consistency-and-stability-for-some%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064175%2fis-there-a-book-with-a-chapter-on-convergence-consistency-and-stability-for-some%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The second and third are methods for PDE. Is that the context you want to have considered in the references?
– LutzL
Jan 6 at 18:13
@LutzL Actually I only know them as methods for approximating solutions of ODE's
– rapidracim
Jan 6 at 18:16
@LutzL here's the LW scheme that I'm talking about : $h$ is the step we subdivide an interval $(a,b)$ into many $(t_i,t_{i+1})$ with $t_0 = a,,, t_{N} = b$, the eqn is $y' =f(t,y)$, $f$ is a 'nice' function then here's the algorithm : $$t_{n+1} = t_{n} + h,, 0 leq n leq N-1, ,, L_n = hf(t_n,y_n), ,, y_{n+1} = y_{n} +hf(t_n+frac{h}{2},y_n+frac{L_n}{2})$$ $y_{n+1}$ approximates $y(t_{n+1})$
– rapidracim
Jan 6 at 18:24
1
I know Lax-Wendroff as a method to approximate the Burgers equation and similar, Crank-Nicolson is usually introduced to solve the heat equation and similar. If you formulate it as method of lines, it reduces to a system of ODE, but that is not the primary problem statement.
– LutzL
Jan 6 at 18:26
That is the explicit midpoint method, or improved Euler method. It may be used in one of the variations of the LW scheme in the configuration of the time step. You then have probably the usual misconception to give the Heun, explicit trapezoidal, modified Euler method another name (because 3 names is not enough?) because the time step of CR is configured like the implicit trapezoidal method?
– LutzL
Jan 6 at 18:29