MathGroup Archive 2009

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

Search the Archive

Help x-y pairs with rules

  • To: mathgroup at smc.vnet.net
  • Subject: [mg97829] Help x-y pairs with rules
  • From: dragec <culinovic at gmail.com>
  • Date: Mon, 23 Mar 2009 04:02:31 -0500 (EST)

Please, help with this:

I have list like this, but bigger:
With one expression (function), always go one or more points (rules)

{{x^2, {x -> 2, x -> 3}}, {x^3, {x -> 5}}}

I would like results like this (pairs of x-y) but grouped in lists
according to expression(function):
{{2,2^2},{3,3^2}},{5^3}}

Please help with expression that compute this.

THX


  • Prev by Date: Got a tip ?
  • Next by Date: Question about how to graph the vector field for the differential
  • Previous by thread: Re: Got a tip ?
  • Next by thread: Re: Help x-y pairs with rules