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
- Follow-Ups:
- Re: Conversion Function -> List
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: Conversion Function -> List