|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: Easy way to simplify expr to a+bi?
Next by Date:
Re: Implicit surface plotting
Previous by thread:
Re: Regression Coeffcients
Next by thread:
Re: Q: Matrix Construction
|