|
[Date Index]
[Thread Index]
[Author Index]
Re: Number of monomials
- To: mathgroup at smc.vnet.net
- Subject: [mg87042] Re: [mg87033] Number of monomials
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sun, 30 Mar 2008 01:15:07 -0500 (EST)
- Reply-to: hanlonr at cox.net
Works properly on my system.
$Version
6.0 for Mac OS X x86 (64-bit) (March 13, 2008)
Length[f[1] + f[2] + f[3]]
3
Length[f[1] + f[2]]
2
Length[f[1]]
1
Bob Hanlon
---- Artur <grafix at csl.pl> wrote:
> In[1]:=Length[f[1]+f[2]+f[3]]
> Out[1]:=3
> OK!
> In[2]:=Length[f[1]+f[2]]
> Out[2]:=2
> OK!
> In[3]:=Length[f[1]]
> Out[3]:=0
> ???????????
> Who understand let share with me, please!
>
> Artur
>
>
>
>
>
Prev by Date:
Re: Re: Re: Re: changing
Next by Date:
Re: Number of monominals
Previous by thread:
Re: Find Upper Neighbor in a list
Next by thread:
Re: Number of monomials
|