|
[Date Index]
[Thread Index]
[Author Index]
the line problem
- To: mathgroup at smc.vnet.net
- Subject: [mg48277] the line problem
- From: "CTG" <dontbother at yoohoo.com>
- Date: Thu, 20 May 2004 01:00:43 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
if you have a series of data say a line with an start and an end
l(10,100)
l(105,200)
l(200,400)
l(900,980)
what would be the login to form the next available line that woudl fit into
the next available slot
for example:
k(5,10) , k(980,1000) , k(200,300) are all OK
but if the input to put a line at 300 with a length of 100 since (200,400)
is taken then the next available one should be k(400,500)
Prev by Date:
Re: Tree and Lists
Next by Date:
Re: colored alphabet for string output
Previous by thread:
Re: Extracting Coefficients and Powers
Next by thread:
RE : Bug in O[x]
|