Subject: Problem with expand in lagrange interpolation
From: Richard Fateman
Date: Wed, 13 Jun 2007 09:44:49 -0700
It looks like lagrange routine, for what it is worth, is doing the
calculation in a very bad way, not keeping track of common subexpressions.
Expand should not be necessary if it is done right.
RJF