[Maxima] Stripping out coefficients of Fourier series

joshua.stults at gmail.com joshua.stults at gmail.com
Mon Jun 1 15:16:09 CDT 2009


I've used augcoefmatrix() to do something similar for getting difference expressions from Taylor series, maybe this will do what you want?

Sent via BlackBerry by AT&T

-----Original Message-----
From: Dan Hatton <vi5u0-maxima at yahoo.co.uk>

Date: Mon, 1 Jun 2009 20:52:32 
To: Maxima mailing list<maxima at math.utexas.edu>
Subject: [Maxima] Stripping out coefficients of Fourier series



Dear All,

Imagine I have some three-dimensional Fourier series like

series : (complicated_expression_1)*cos(3*z)*cos(3*x)*cos(y)
 		+(complicated_expression_2)*cos(2*z)*cos(2*x)*cos(2*y) ;

(only with rather more than two Fourier components).

complicated_expression_1 and complicated_expression_2 are free of x,
y, and z.

I know the Fourier series is zero for all (x,y,z) - from which I infer
that complicated_expression_1 and complicated_expression_2 are zero
individually.  So I'd like to do some algebraic manipulations with the
equations

complicated_expression_1 = 0 ;
complicated_expression_2 = 0 ;

but first I have to be able to extract complicated_expression_1 and
complicated_expression_2 from series.  Is there a Maxima function I
can apply to series to achieve this, please?

-- 

Thanks,

Dan
_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima



More information about the Maxima mailing list