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 > > > > >