MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Fourier Transform Spectroscopy w/ Mathematica
  • Next by Date: Re: Euler rotation angles
  • Previous by thread: Re: Fourier Transform Spectroscopy w/ Mathematica
  • Next by thread: Re: Generating my own martix template