New in Wolfram Mathematica 7: Differential & Difference Roots  previous | next 
Create New Forms of Parameterized Special Functions
Directly create new special functions as solutions to differential equations.
In[1]:=

Click for copyable input
f = DifferentialRoot[

  Function[{y, x}, {y''[x] + x^5 y[x] == 0, y[0] == 0, y'[0] == 1}]]
Out[1]=



In[2]:=

Click for copyable input
Plot[f[x], {x, 0, 7}]
Out[2]=



In[3]:=

Click for copyable input
Series[f[x], {x, 0, 50}]
Out[3]=