MathGroup Archive 2003

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

Search the Archive

RE: A Method to Simplify Matrix Entry?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45095] RE: [mg45086] A Method to Simplify Matrix Entry?
  • From: "Owen, HL (Hywel)" <H.L.Owen at dl.ac.uk>
  • Date: Wed, 17 Dec 2003 07:54:16 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

You're right that having multiple curly brackets everywhere is a bid
tedious. One of the Palettes (Basic Input) has a 2x2 matrix on it, but
that's pretty limiting.

My way of doing it, which works for square matrices is to execute e.g.

IdentityMatrix[6]//MatrixForm

Copy the output and paste it into a new input line, and - hey presto - you
have a 6x6 matrix where you can edit the entries - put any other definitions
around it and it works fine.

I'm sure that you can also do this for non-square matrices, and create your
own palettes, but I've never bothered myself!

Hywel

> -----Original Message-----
> From: Harold.Noffke at wpafb.af.mil [mailto:Harold.Noffke at wpafb.af.mil]
To: mathgroup at smc.vnet.net
> Sent: 16 December 2003 11:21
> To: mathgroup at smc.vnet.net
> Subject: [mg45095] [mg45086] A Method to Simplify Matrix Entry?
> 
> 
> The basic Mathematica system requires a list format for making matrix
> entries which is more cumbersome and harder to understand than
> some other system's notation.  Has anyone written a 
> Mathematica Method to
> simplify matrix entry?
> 
> Thanks.
> Harold
> 


  • Prev by Date: Condensing a 4-Tensor into a 2-Tensor
  • Next by Date: Re: Can I use Visual C++ to call "Mathematica 4.0" to open a "nb_file" and calculate the result .??
  • Previous by thread: Re: A Method to Simplify Matrix Entry?
  • Next by thread: Re: RE: A Method to Simplify Matrix Entry?