Re: bug in Print
- To: mathgroup at smc.vnet.net
- Subject: [mg131828] Re: bug in Print
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Fri, 11 Oct 2013 05:00:00 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
- References: <20131010205057.5B2C26A2D@smc.vnet.net>
The Print wrapper has nothing to do with what you're seeing. Note the following:
Clear[i]
mA = {{0, 1, 0}, {0, 0, 1}, {1, 0, 0}};
MatrixPower[mA, i] /. i :> 5 // Simplify
{{0, 0, 1}, {1, 0, 0}, {0, 1, 0}}
On Oct 10, 2013, at 4:50 PM, Alan <alan.isaac at gmail.com> wrote:
> Try this in the front end:
>
> Clear[i]
> mA = {{0, 1, 0}, {0, 0, 1}, {1, 0, 0}}
> Print[MatrixPower[mA, i]]
>
> Alan Isaac
> Mathematica version 9
>
>
---
Murray Eisenberg
murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower
University of Massachusetts
710 North Pleasant Street
Amherst, MA 01003-9305
- References:
- bug in Print
- From: Alan <alan.isaac@gmail.com>
- bug in Print