The LaxWendroff method for the wave equation ut ux is Vij1
The Lax-Wendroff method for the wave equation ut = ux is:
(Vi,j+1 - Vi,j) / k = (Vi+1,j - Vi-1,j) / 2h + (k(Vi+1,j - 2Vi,j + Vi-1,j)) / 2h2
Show that it is consistent and calculate its order.
Solution
http://ocw.mit.edu/courses/mathematics/18-086-mathematical-methods-for-engineers-ii-spring-2006/readings/am52.pdf

