↧
Solving systems of linear equations in Haskell
Haskell isn’t normally used for things like this, but it’s quite possible to solve systems of linear equations with Haskell. There are already several libraries for doing this, and other more advanced...
View ArticleProject Euler 280
Project Euler 280 is an interesting problem involving probability and combinatorics: There is a 5×5 grid. An ant starts in the center square of the grid and walks randomly. Each step, the ant moves to...
View ArticleBeginner’s comparison of Computer Algebra Systems (Mathematica / Maxima / Maple)
I’ve never been very good at doing manual computations, and whenever I need to do a tedious computation for an assignment, I like to automate it by writing a computer program. Usually I implemented an...
View Article
More Pages to Explore .....