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
- Host: GitHub
- URL: https://github.com/joom/matrix-challenge
- Owner: joom
- Created: 2014-06-29T22:07:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-05T15:18:33.000Z (over 11 years ago)
- Last Synced: 2025-02-28T16:17:15.731Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)