MathGroup Archive 2009

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

Search the Archive

Re: Min function returns Min[2.05875,] instead of just 2.05875

  • To: mathgroup at smc.vnet.net
  • Subject: [mg100384] Re: Min function returns Min[2.05875,] instead of just 2.05875
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 2 Jun 2009 06:45:17 -0400 (EDT)
  • References: <h00d38$pkq$1@smc.vnet.net>

Hi,

can you explain what the minimum of a set of
vectors with dimension 248 is ?

Or do you mean Min[Flatten[data]] ?

Regards
   Jens

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
> 


  • Prev by Date: Re: Re: Reading Fortran Data file
  • Next by Date: proper way of posing a non-autonomous ode in mathematica?
  • Previous by thread: Re: Min function returns Min[2.05875,] instead of just 2.05875
  • Next by thread: Re: Re: Min function returns Min[2.05875,] instead of