|
[Date Index]
[Thread Index]
[Author Index]
Re: Length and Drop
- To: mathgroup at smc.vnet.net
- Subject: [mg32197] Re: [mg32183] Length and Drop
- From: jmt <jmt at agat.net>
- Date: Sat, 5 Jan 2002 00:10:36 -0500 (EST)
- References: <200201041003.FAA13779@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In your sequence :
Drop[timexp,1] -> {{7,8}} [this is ok]
Length[timexp] -> 2 [ this is what I did not expect!]
timexp has not been modified.
If you write :
timexp=Drop[timexp,1]
your result should be as expected.
Prev by Date:
Re: Front end problems!
Next by Date:
Revolving a Rectangle About an Axis
Previous by thread:
Length and Drop
Next by thread:
Re: Length and Drop
|