Misc.
This commit is contained in:
parent
44046df111
commit
0e3e671795
|
@ -19,4 +19,4 @@
|
||||||
(define sym 'sym) ...
|
(define sym 'sym) ...
|
||||||
(set! sym 'sym) ...)]))
|
(set! sym 'sym) ...)]))
|
||||||
|
|
||||||
(provide (all-defined-out))
|
(provide (all-defined-out))
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user