Re: Tr vs Total
- To: mathgroup at smc.vnet.net
- Subject: [mg49362] Re: [mg49346] Tr vs Total
- From: DrBob <drbob at bigfoot.com>
- Date: Fri, 16 Jul 2004 06:06:42 -0400 (EDT)
- References: <200407151100.HAA11171@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Both give the same result for me, in version 5.0.1.
Bobby
On Thu, 15 Jul 2004 07:00:09 -0400 (EDT), Daniel Reeves <dreeves at umich.edu> wrote:
> Tr seems to have a problem with big lists. Anyone know why the following
> 2 expressions don't yield the same result?
>
> Tr[Table[8000000, {269}]]
>
> Total[Table[8000000, {269}]]
>
> (they do if you make either of those constants smaller)
>
>
--
DrBob at bigfoot.com
www.eclecticdreams.net
- References:
- Tr vs Total
- From: Daniel Reeves <dreeves@umich.edu>
- Tr vs Total