MathGroup Archive 1993

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

Search the Archive

Re: What do ya think about SymbolicSum?

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: Re: What do ya think about SymbolicSum?
  • From: Cetin Cetinkaya <cetin at acm0.me.uiuc.edu>
  • Date: Mon, 12 Apr 1993 18:03:31 -0500

The definition of the function SymbolicSum is given as

In[79]:= ?SymbolicSum
SymbolicSum[f, {i, imin, imax}] attempts to find the value of Sum[f, {i, imin,
   imax} ] for symbolic imin,imax. SymbolicSum[f, {i, imax}] evaluates the sum   
               --------------------
   of f with i running from 1 to imax. 

Even though the rule "symbolic imin,imax" is broken in the second sentence, the WRI
has a point there.

cetin








  • Prev by Date: GARCH estimation
  • Next by Date: simple integrals
  • Previous by thread: What do ya think about SymbolicSum?
  • Next by thread: another ContourPlot3D question