Re: convert an expression to an infinite series
- To: mathgroup at smc.vnet.net
- Subject: [mg29632] Re: [mg29618] convert an expression to an infinite series
- From: Andrzej Kozlowski <andrzej at tuins.ac.jp>
- Date: Fri, 29 Jun 2001 01:36:05 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
on 01.6.28 6:28 PM, Toshiyuki (Toshi) Meshii at meshii at mech.fukui-u.ac.jp wrote: > Hello, > > Does anyone know a way to convert an expression to an infinite series? > Let me show the idea by a concrete problem. > > In[29]:= > Sum[E^(-2*m*n*L), {n, 0, Infinity}] > > Out[29]= > E^(2*L*m)/(-1 + E^(2*L*m)) > > Yes, Mathematica 4.1 knows that the infinite sum converges to a specific > value. > Then, my question is that how can I expand the expression > E^(2*L*m)/(-1 + E^(2*L*m)) > in an infinite series on n, in this case > Sum[E^(-2*m*n*L), {n, 0, Infinity}] > > Is there any way or is it an one way path? > > -Toshi > > > > First of all, if Mathematica returned Sum[E^(-2*m*n*L), {n, 0, Infinity}] than it would of course immediately evaluate it back to E^(2*L*m)/(-1 + E^(2*L*m)) and you would be back where you started. That of course could be dealt with by using HoldForm (for example). Secondly, it would be extremely difficult (perhaps impossible) to implement what you want in sufficient generality for it to be useful. (I take that you would like Mathematica to return a power-series in terms of a general "n-th term". One can certainly implement a limited version of this and there may be a package that does it but the following method is actually more useful. (Copy the expression below the signature and paste into a Mathematica notebook). -- Andrzej Kozlowski Toyama International University JAPAN http://platon.c.u-tokyo.ac.jp/andrzej/ http://sigma.tuins.ac.jp/~andrzej/ (************** Content-type: application/mathematica ************** Mathematica-Compatible Notebook This notebook can be used with any Mathematica-compatible application, such as Mathematica, MathReader or Publicon. The data for the notebook starts with the line containing stars above. To get the notebook into a Mathematica-compatible application, do one of the following: * Save the data starting with the line of stars above into a file with a name ending in .nb, then open the file inside the application; * Copy the data starting with the line of stars above to the clipboard, then use the Paste menu command inside the application. Data for notebooks contains only printable 7-bit ASCII and can be sent directly in email or through ftp in text mode. Newlines can be CR, LF or CRLF (Unix, Macintosh or MS-DOS style). NOTE: If you modify the data for this notebook not in a Mathematica- compatible application, you must delete the line below containing the word CacheID, otherwise Mathematica-compatible applications may try to use invalid cache data. For more information on notebooks and Mathematica-compatible applications, contact Wolfram Research: web: http://www.wolfram.com email: info at wolfram.com phone: +1-217-398-0700 (U.S.) Notebook reader applications are available free of charge from Wolfram Research. *******************************************************************) (*CacheID: 232*) (*NotebookFileLineBreakTest NotebookFileLineBreakTest*) (*NotebookOptionsPosition[ 2817, 87]*) (*NotebookOutlinePosition[ 3652, 113]*) (* CellTagsIndexPosition[ 3608, 109]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell[BoxData[ \(v = \[Sum]\+\(n = 0\)\%\[Infinity] \[ExponentialE]\^\(\(-2\)\ m\ \ n\ L\)\)], "Input"], Cell[BoxData[ \(TraditionalForm\`\[ExponentialE]\^\(2\ L\ m\)\/\(\(-1\) + \ \[ExponentialE]\^\(2\ L\ m\)\)\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\((v /. \[InvisibleSpace]\[ExponentialE]\^\(2\ L\ m\) \[Rule] x)\) + O[x]\^5 /. \[InvisibleSpace]x \[Rule] \ \[ExponentialE]\^\(2\ L\ m\)\)], "Input"], Cell[BoxData[ FormBox[ InterpretationBox[ RowBox[{\(-\[ExponentialE]\^\(2\ L\ m\)\), "-", \(\((\[ExponentialE]\^\(2\ L\ m\))\)\^2\), "-", \(\((\[ExponentialE]\^\(2\ L\ m\))\)\^3\), "-", \(\((\[ExponentialE]\^\(2\ L\ m\))\)\^4\), "+", InterpretationBox[\(O(\((\[ExponentialE]\^\(2\ L\ \ m\))\)\^5)\), SeriesData[ Power[ E, Times[ 2, L, m]], 0, {}, 1, 5, 1]]}], SeriesData[ Power[ E, Times[ 2, L, m]], 0, {-1, -1, -1, -1}, 1, 5, 1]], TraditionalForm]], "Output"] }, Open ]] }, FrontEndVersion->"4.1 for Macintosh", ScreenRectangle->{{0, 832}, {0, 604}}, WindowSize->{520, 482}, WindowMargins->{{Automatic, 25}, {-10, Automatic}}, MacintoshSystemPageSetup->"\<\ 00<0001804P000000`d26_oQon@3:`8g0dL5N`?P0080001804P000000]P2:001 0000I00000400`<30?l00BL?00400@0000000000000006P801T1T00000000000 00000000004000000000000000000000\>" ] (******************************************************************* Cached data follows. If you edit this Notebook file directly, not using Mathematica, you must remove the line containing CacheID at the top of the file. The cache data will then be recreated when you save this file from within Mathematica. *******************************************************************) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[CellGroupData[{ Cell[1727, 52, 106, 2, 49, "Input"], Cell[1836, 56, 124, 2, 45, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[1997, 63, 185, 3, 31, "Input"], Cell[2185, 68, 616, 16, 31, "Output"] }, Open ]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)