Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / Programming / Fixed Symbols  /
C

  • C[ i ] is the default form for the i constant of integration produced in solving a differential equation with DSolve.
  • The indices i are chosen to be successive integers, starting at 1 every time DSolve is called.
  • The function applied to the index i to produce the i constant of integration is determined by the setting for the option DSolveConstants in DSolve. The default is DSolveConstants->C.
  • See the Mathematica book: Section 1.5.8Section 3.5.10.
  • See also: Unique.

    Further Examples

    The solution to this second-order differential equation involves two constants of integration.

    In[1]:=

    Out[1]=



    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.