Re: Min function returns Min[2.05875,] instead of just 2.05875
- To: mathgroup at smc.vnet.net
- Subject: [mg100381] Re: Min function returns Min[2.05875,] instead of just 2.05875
- From: Francesco <b.gatessucks at gmail.com>
- Date: Tue, 2 Jun 2009 06:44:35 -0400 (EDT)
- References: <h00d38$pkq$1@smc.vnet.net>
Non numerical entry after the comma. -Francesco On 06/01/2009 12:12 PM, dg wrote: > I have an matrix "data" with 17x248 real numbers. > > When I enter Min[data], I get > Min[2.05875, ] as a result, instead of just the number 2.05875. > > This is Mathematica 7.0.1 on Mac OS X. > > Why? > > How can I get just the number from the result? > > TIA >