Search found 1 match

by cleverhorn
Sun Dec 30, 2012 5:34 pm
Forum: Common Lisp
Topic: Polynomial representation and manipulation
Replies: 1
Views: 5653

Polynomial representation and manipulation

Hi, I just started learning (common) lisp so I am new to it. I saw that there was an assignment up-coming soon but I decided to try it as early as possible to get all the generic ideas. The main idea is to make a simple program that does this: turns " (x+y)^2 " into " x^2 + 2xy + y^2 ...