Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ode-linear/Krylov.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

%% Rectangular spectral collocation
% In Chebfun, the default discretization of ODEs is rectangular spectral
% collocation [7]. The discretized linear system can be obtained with the
% collocation [1]. The discretized linear system can be obtained with the
% following commands:
L = chebop( @(u) -diff(u, 2) );
L.bc = 0;
Expand All @@ -67,7 +67,7 @@
% system and less efficient Krylov subspace methods such as GMRES must be
% employed instead. Alternatively, other spectral discretizations that are
% structure preserving could be used, such as the Legendre-Galerkin
% spectral method [1].
% spectral method [7].

%% The Chebfun and Beyond conference in 2012
% A discussion on the topic of operator Krylov methods for differential
Expand Down