Generating my own martix template
- To: mathgroup at smc.vnet.net
- Subject: [mg46747] Generating my own martix template
- From: "Flurchick, Kenneth M" <FLURCHICKK at MAIL.ECU.EDU>
- Date: Fri, 5 Mar 2004 01:46:55 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
GentleBeings
Not sure where to look I want to create a simple matrix input based on some
variable nr, the number of rows
I tried the following
CellPrint[
Cell[
GridBox[
{Table[{"\[Placeholder]", "\[Placeholder]"}, {nr}]}
],
"Input", "TraditionalForm"
]
]
No way, I have RowBox and BoxData elements as well the core of the problem
is
the return from Table I think,
Suggestions?
kenf