I would like to do some experiments in computer graphics in Haskell. This will include doing some geometry calculations and ultimately writing a ray tracer. Which library should
There is an interesting library called vector-space by Conal Eliott which allows you to lazily compute Taylor series of many analytic functions. See also here. Not sure about performance, though.