Q: Matrix Construction
- To: mathgroup at smc.vnet.net
- Subject: [mg26299] Q: Matrix Construction
- From: scone at kepler.mechanik.tu-darmstadt.de (Christoph)
- Date: Sun, 10 Dec 2000 00:20:09 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
hi,
i would like to create a matrix like this
{{x[1][[1]],x[1][[2]]},{x[2][[1]],x[2][[2]]}}
i tried to do it like this
Table[x[i][[j]],{i,2},{j,2}] and got some errormessages (partlength).
How can i just create this table without evaluating it now. Later i
will define some vectors x to be filled in.
Greetngs
Christoph
- Follow-Ups:
- Re: Q: Matrix Construction
- From: Ken Levasseur <Kenneth_Levasseur@uml.edu>
- Re: Q: Matrix Construction