|
[Date Index]
[Thread Index]
[Author Index]
Re: Min function returns Min[2.05875,] instead of just 2.05875
- To: mathgroup at smc.vnet.net
- Subject: [mg100363] Re: Min function returns Min[2.05875,] instead of just 2.05875
- From: dr DanW <dmaxwarren at gmail.com>
- Date: Tue, 2 Jun 2009 06:41:17 -0400 (EDT)
- References: <h00d38$pkq$1@smc.vnet.net>
This is just a guess, but you may have an invisible character as an
element in your matrix that is being interpreted as a symbol. The
second argument of the Min is in your matrix somewhere. Do a FullForm
on the output to see what the second argument to Min is, then
eliminate it from your matrix.
Prev by Date:
Re: RandomReal gets stuck
Next by Date:
Re: RandomReal gets stuck
Previous by thread:
Min function returns Min[2.05875,] instead of just 2.05875
Next by thread:
Re: Min function returns Min[2.05875,] instead of just 2.05875
|