An open API service indexing awesome lists of open source software.

https://github.com/joom/matrix-challenge

Simple matrix determinant calculator in different programming languages
https://github.com/joom/matrix-challenge

Last synced: about 2 months ago
JSON representation

Simple matrix determinant calculator in different programming languages

Awesome Lists containing this project

README

          

matrix-challenge
================

A personal challenge that I write a simple matrix determinant calculator in different programming languages.

* [CoffeeScript (Node.js)](code/matrix.coffee)
* [Common Lisp](code/matrix.lisp)
* [Haskell](code/matrix.hs)
* [JavaScript (Node.js)](code/matrix.js)
* [OCaml](code/matrix.ml)
* [Scala](code/matrix.scala)
* [Standard ML](code/matrix.sml)
* [Swift](code/matrix.swift)