MathGroup Archive 2008

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

Search the Archive

Re: Number of monomials

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87065] Re: Number of monomials
  • From: Alexey Popkov <popkov at gmail.com>
  • Date: Sun, 30 Mar 2008 01:19:27 -0500 (EST)
  • References: <fsd6lf$9fn$1@smc.vnet.net> <fsg6rh$jae$1@smc.vnet.net>

On Mar 29, 12:31 pm, Artur <gra... 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

The problem does not occurs in versions 5.2 and 6.02


  • Prev by Date: Re: IsIntegerOrFloat
  • Next by Date: conversion of sin to cos
  • Previous by thread: Re: Number of monomials
  • Next by thread: Re: Number of monominals