This commit is contained in:
Jens Axel Søgaard 2012-07-04 21:56:07 +02:00
parent 44046df111
commit 0e3e671795
3 changed files with 5 additions and 1 deletions

View File

@ -28,3 +28,4 @@ DeclareVars(g,x);
NestList(g,x,5); NestList(g,x,5);
% We can get the first approximations as symbolical expressions. Not pretty. % We can get the first approximations as symbolical expressions. Not pretty.
NestList(next,x,2); NestList(next,x,2);

View File

@ -4,3 +4,6 @@ http://inst.cs.berkeley.edu/~cs282/sp02/readings/liska.pdf
Reading list from above course: Reading list from above course:
http://inst.cs.berkeley.edu/~cs282/sp02/readings/ http://inst.cs.berkeley.edu/~cs282/sp02/readings/
Reading list by Fateman:
http://www.eecs.berkeley.edu/~fateman/282/hand1.pdf