From 02f377592b736276e36e77c599de2b7032c8d211 Mon Sep 17 00:00:00 2001 From: ajt60gaibb Date: Wed, 22 May 2019 04:10:22 -0500 Subject: [PATCH] Fix reference typos. --- ode-linear/Krylov.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ode-linear/Krylov.m b/ode-linear/Krylov.m index 5a336510..e3585a08 100644 --- a/ode-linear/Krylov.m +++ b/ode-linear/Krylov.m @@ -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; @@ -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