creating my own matrix template
- To: mathgroup at smc.vnet.net
- Subject: [mg47327] creating my own matrix template
- From: "Flurchick, Kenneth M" <FLURCHICKK at MAIL.ECU.EDU>
- Date: Mon, 5 Apr 2004 05:23:11 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
GentleBeings
Trying to create a cell defining a matrix template mxn that I can alter
enter values in the place holder
something like
mx[m_,n_] := Table[\[Placeholder], {m}, {n}] // MatrixForm
but asigned to a variable aMatrix = mx[2,2]
and when I enter values in the placeholder
the simple ?aMatrix has the values
I am missing something but cannot see what it is
all results do not yield a variable with the changes to the template
kenf