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