[Maxima] In Need of Help In Defining a List of n variables
Azhar Hasham
azhar.hasham at googlemail.com
Tue Oct 7 12:06:25 CDT 2008
Hi,
I'm a new user of Maxima and am currently trying to figure out how to
produce a list of n variables (x1,... xn) where n is general. I'm aware of
the function makelist, but for this I need to define an integer value for n
which I don't want to do.
Ultimately I want to define the following function on these n variables:
g(x):=sum(((n*x[i])/sum(x[j],j,1,n)-1)^2,i,1,n)
and then find the taylor expansion of this function in the variables
x1,..xn.
Is it possible to do this without actually specifying a value for n?
Many many thanks,
Azhar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20081007/d20725c0/attachment.htm
More information about the Maxima
mailing list