Vector Identities, Redux and more questions



On 9/16/06, Robert Dodier <robert.dodier at gmail.com> wrote:

> I have been tinkering with some code to process rule definitions like this --
>
>   div (s*V) --> s*(div V) + V.(grad s) (after)
>     assuming (scalar_not1p (s), nonscalarp (V));

I have posted the code and an example session at the Maxima wiki --
http://maxima.sourceforge.net/wiki/index.php/Infix%20syntax%20for%20rules

FWIW
Robert Dodier