Turn a Series Expansion into Function in Mathematica
Turn a series expansion in Mathematica into a function
Series
in Mathematica returns a series with higher orders denoted as $\mathscr O[x^3]$. To define a function out of this returned expression, we have to truncate this tail using Normal
.
What Normal
does here is to truncate the higher orders.
Planted:
by Lei Ma;
Similar Articles:
L Ma (2017). 'Turn a Series Expansion into Function in Mathematica', Datumorphism, 05 April. Available at: https://datumorphism.leima.is/til/programming/mathematica/mathematica-turn-series-into-function/.