|
[Date Index]
[Thread Index]
[Author Index]
troubles with lists
- To: mathgroup at smc.vnet.net
- Subject: [mg35653] troubles with lists
- From: Gutlederer Erwin <e9426270 at stud4.tuwien.ac.at>
- Date: Wed, 24 Jul 2002 02:06:29 -0400 (EDT)
- Organization: Vienna University of Technology, Austria
- Sender: owner-wri-mathgroup at wolfram.com
Hello,
I need to create the following list:
{{equation1, equation2,...equation_n},{x1,x1_0},{x2,x2_0},...{xn,xn_0}}
In[48]:= Append[{{equation1, equation2}}, List[{x1, x1_0}, {x2, x2_0}]]
Out[48]= {{equation1, equation2}, {{x1, 0}, {x2, 0}}}
doesn't give the desired result which is
Out[]= {{equation1, equation2}, {x1, x1_0}, {x2, x2_0}}
without the brackets.
Has somebody an elegant solution for this problem?
Thanks for any help in advance.
!e.
Prev by Date:
Beginners Question - Series list problem
Next by Date:
Re: Problem using a loop to generate data for Point function
Previous by thread:
Re: Beginners Question - Series list problem
Next by thread:
Re: troubles with lists
|