MathGroup Archive 2010

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

Search the Archive

Matrix questions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109431] Matrix questions
  • From: "S. B. Gray" <stevebg at ROADRUNNER.COM>
  • Date: Tue, 27 Apr 2010 04:05:05 -0400 (EDT)
  • Reply-to: stevebg at ROADRUNNER.COM

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


  • Prev by Date: Re: Function to detect presence of a variable in
  • Next by Date: Sphere formula
  • Previous by thread: Re: InputField Rounding Problem
  • Next by thread: Re: Matrix questions