|
From: | Andy Buckle |
Subject: | Re: Taylor expansion does not expand well |
Date: | Thu, 10 Dec 2015 17:05:25 +0000 |
You may use data sets to include tutorials if you wish, as I fail to see a complete implementation in place.Documentation at http://octave.sourceforge.net/symbolic/function/@sym/taylor.html would be helpful if it included more clear examples, preferably ones which are complete.How does this work please?See https://en.wikipedia.org/wiki/Taylor_series.f=[1,3,3] f = 1 3 3 octave:2> g = taylor(1,'expansionPoint',1,'order',4)Error:
error: 'taylor' undefined near line 1 column 5What does this error mean please?
I am using http://octave-online.net/.
See post at http://math.stackexchange.com/questions/209320/where-do-the-factorials-come-from-in-the-taylor-series.
"'taylor' undefined" means it can't find the function, taylor. Do you have the symbolic package installed and loaded?
If you do
pkg list
do you see a star next to symbolic?
[Prev in Thread] | Current Thread | [Next in Thread] |