MathGroup Archive 1999

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

Search the Archive

Automatic Display in MatrixForm

  • To: mathgroup at smc.vnet.net
  • Subject: [mg19206] Automatic Display in MatrixForm
  • From: Bruno Daniel <bruno.daniel at hadiko.de>
  • Date: Tue, 10 Aug 1999 02:52:57 -0400
  • Organization: University of Karlsruhe
  • Sender: owner-wri-mathgroup at wolfram.com

Hi mates

I found a way to display matrices automatically in MatrixForm
without having to place the annoying   "// MatrixForm" in the end
of each line. Just put the following line into your init.m:

$Post=(#/.x_?MatrixQ->MatrixForm[x])&

This also works for output that doesn't *consist* of a matrix, but 
*contains* matrices.

All comments are appreciated
  Bruno


  • Prev by Date: Command for Stopping Notebook Evaluation?
  • Next by Date: Re: Table extraction
  • Previous by thread: RE: Command for Stopping Notebook Evaluation?
  • Next by thread: RE: Automatic Display in MatrixForm