MathGroup Archive 2005

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

Search the Archive

Re: split list equation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59434] Re: [mg59414] split list equation
  • From: Adriano Pascoletti <pascolet at dimi.uniud.it>
  • Date: Wed, 10 Aug 2005 02:55:15 -0400 (EDT)
  • References: <200508090730.DAA19049@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

David,
use Thread

Adriano Pascoletti

In[1]:=
Thread[{r, t} == {1, 2}]

Out[1]=
{r == 1, t == 2}

Il giorno 9 ago 2005, alle ore 09:30, David Boily ha scritto:

> is there a function that does this:
>
> {r, t}=={1, 2} ==> {r==1, t==2}
>
> thanks,
>
> David Boily
> Centre for Intelligent Machines
> McGill University
> Montreal, Quebec
>
>



------------------------------------------------------------------------ 
--------

Adriano Pascoletti
Dipartimento di Matematica e Informatica
Universita' di Udine
Via delle scienze 206
I-33100 Udine
Italy


  • Prev by Date: Re: Simple list operation
  • Next by Date: Re: Data file into wav audio file how? TIA sal
  • Previous by thread: Re: split list equation
  • Next by thread: Re: split list equation