Hacker News new | ask | show | jobs
by apesti 3284 days ago
I recently used Julia in my numerical analysis course and it worked well for the most part. We couldn't use it for some of the larger projects because it wasn't as optimized as MATLAB for certain matrix operations. However, it was great most of the time and better than using MATLAB on the university computers.
1 comments

Implementing a missing matrix operator might make a great class project for a numerical methods course. ;)