MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

symbolic integral with conditions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123633] symbolic integral with conditions
  • From: Sasa B <neprihvatljivo at gmail.com>
  • Date: Tue, 13 Dec 2011 05:44:54 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hello all good people, a have one problem, probably not with mathematica
but with mathematics :)
I'm writing a code where I need to calculate integrals of quadruple
trigonometric series (not sure if quadruple is correct term, i mean the
series of series of series of series:)
Here is simple example with sine function. Problem is that solution should
be represented with a lot of conditions (i.e. if n==m==p==q then..., and so
on), but it seems that mathematica can not handle it.

Integrate[
 Sin[n*\[Pi]*y]*Sin[m*\[Pi]*y]*Sin[p*\[Pi]*y]*Sin[q*\[Pi]*y], {y, 0,
  1}, Assumptions -> {{n, m, p, q} \[Element] Integers, {n, m, p, q} >
     0}, GenerateConditions -> True]

It would be great to hear yours thoughts on this.

All the best,
Aleksandar


  • Prev by Date: Re: Inverse Function
  • Next by Date: Compile Problem with Nested Sum
  • Previous by thread: Re: Where do the notebooks for the Palettes live?
  • Next by thread: Re: symbolic integral with conditions