From: S. B. Gray on 27 Apr 2010 04:04 1. I don't get how to use AddRow. I think I remember that there was a one-key way to add a row or column. 2. How do I change the color of comments? 3. How can I make Det[mfg] appear in expanded form like Det[mff] does? mff = Array[Subscript[a, ##] &, {3, 3}]; mfg = MatrixForm[mff]; Det[mff] Det[mfg] I haven't used Mathematica for several years and am using it again. Thanks for any tips. Steve Gray
From: Bob Hanlon on 27 Apr 2010 08:28 1. Control+Return adds a row (or Menu: Insert / Table/Matrix / Add Row), Control +comma (or Menu: Insert / Table/Matrix / Add Column) adds a column 2. Menu : Mathematica / Preferences ... / Appearance / Syntax Coloring / Other / Comments 3. mff = Array[Subscript[a, ##] &, {3, 3}]; (mfg = mff) // MatrixForm Det[mff] == Det[mfg] True Bob Hanlon ---- "S. B. Gray" <stevebg(a)ROADRUNNER.COM> wrote: ============= 1. I don't get how to use AddRow. I think I remember that there was a one-key way to add a row or column. 2. How do I change the color of comments? 3. How can I make Det[mfg] appear in expanded form like Det[mff] does? mff = Array[Subscript[a, ##] &, {3, 3}]; mfg = MatrixForm[mff]; Det[mff] Det[mfg] I haven't used Mathematica for several years and am using it again. Thanks for any tips. Steve Gray
|
Pages: 1 Prev: Precision of calculations Next: Directing formatted output to different notebooks |