|
[Date Index]
[Thread Index]
[Author Index]
pairing values from a list
- To: mathgroup at smc.vnet.net
- Subject: [mg119777] pairing values from a list
- From: Priyan Fernando <priyan.fernando at gmail.com>
- Date: Tue, 21 Jun 2011 08:35:48 -0400 (EDT)
y={0.245885, 0.334158, 0.115671, 0.0335952, 0.211846, 0.263921}
can someone pls tell me how you would go about pairing this list? so that:
y={{0.245885, 0.334158},{ 0.115671, 0.0335952},{ 0.211846, 0.263921}}
thanks!
Prev by Date:
How to transform a functional expression into a general expression
Next by Date:
Re: random financial portfolios
Previous by thread:
Re: How to transform a functional expression into a general expression
Next by thread:
Re: pairing values from a list
|