MathGroup Archive 2003

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

Search the Archive

Conversion Function -> List

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44726] Conversion Function -> List
  • From: zelenkov at mail333.com (Vadim Zelenkov)
  • Date: Sat, 22 Nov 2003 02:17:19 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello!

Given a function
    x y + Sin[x] Cos[y]

I need to convert it into the list
    {{x,y},{Sin[x],Cos[x]}}

Generally, the purpose to convert a function
    Sum[p[i,x] q[i[y], {i,1,n}]

into the list
    {{p[1,x],q[1,y]},...,{p[n,x],q[n,y]}

How to do it using Mathematica?

Thanks in advance!

V.Z.

P.S, If possible please duplicate your answers to zelenkov[at]mail333.com


  • Prev by Date: Re: Re: Improper integral
  • Next by Date: Special theta function
  • Previous by thread: Arg[JacobiSN + DrawContourLines
  • Next by thread: Re: Conversion Function -> List