MathGroup Archive 2008

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

Search the Archive

Number of monomials

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87033] Number of monomials
  • From: Artur <grafix at csl.pl>
  • Date: Sat, 29 Mar 2008 04:25:44 -0500 (EST)
  • References: <fsd6lf$9fn$1@smc.vnet.net> <fsg6rh$jae$1@smc.vnet.net> <200803280816.DAA04771@smc.vnet.net>
  • Reply-to: grafix at csl.pl

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: Collect coefficients of array variables during calculation:
  • Next by Date: variance of product of 2 independent variables
  • Previous by thread: Re: Another stylesheet question
  • Next by thread: Re: Number of monomials