Taylor and itensor.



No, taylor() and the itensor notation do not really like each other. One
inelegant thing you might try is to use ordinary variable names in taylor()
and then make a substitution:

taylor(rho*Vi,[rho,Vi],[rr,vvi],2);
%,Vi=V([],[i]),vvi= vv([],[i]);


Viktor


-----Original Message-----
From: maxima-bounces at math.utexas.edu [mailto:maxima-bounces at math.utexas.edu]
On Behalf Of Grigory Sarnitskiy
Sent: Monday, June 28, 2010 12:23 PM
To: maxima at math.utexas.edu
Subject: Taylor and itensor.

Is there a way to get taylor series of expressions, containing itensors?

so something like that would work:

load("itensor.lisp");

taylor(rho * V([], [i]), [rho, V([], [i])], [rr, vv([], [i])], 2);
_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima