DEV Community

Cover image for "matrico" 0.1 and "The Numerical Schemer"
Christian Himpe
Christian Himpe

Posted on

"matrico" 0.1 and "The Numerical Schemer"

  1. Are you using numerical software packages like: MATLAB, Octave, Scilab, NumPy, R, or Julia?
  2. Are you interested in scientific computing algorithms, like: Matrix Multiplication, QR decomposition/QR factorzation, or Runge-Kutta Methods?
  3. And do you enjoy Lisps like: Common Lisp, Scheme, Clojure, or Racket?

Enter matrico - a numerical Scheme module for, and fully written in, CHICKEN Scheme - which is an educational project on building a matrix-based numerical function library.

If you are already using CHICKEN Scheme, you can install the matrico egg from the official repository via chicken-install and read the user reference here:

http://wiki.call-cc.org/eggref/5/matrico

If you are interested in the matrico Scheme sources, check out the github repository:

https://git.io/matrico

And if you want to know the What, Why, and How of matrico, follow the development blog:

http://numerical-schemer.xyz

Happy (Numerical) Scheming

Top comments (0)