Lisp Practice
Today I decided I would have a little fun with Lisp. I wanted to try and make a program that you can type in a function and get a graph of it.
I started off with a function that takes an $x$-value and a list of coefficients, and evaluates …