项目作者: divyanthj

项目描述 :
User friendly angular app to instantly calculate determinant of a matrix of any size
高级语言: JavaScript
项目地址: git://github.com/divyanthj/determinant.git
创建时间: 2016-11-21T14:44:10Z
项目社区:https://github.com/divyanthj/determinant

开源协议:

下载


Determinant of a matrix

User-friendly angular app to instantly calculate determinant of a square matrix. This app contains the following items in stack.

  1. Angular
  2. Pug
  3. Gulp

Installation

After you clone project, do

  1. npm install to install dev dependencies.
  2. bower install to install front end dependencies

Running

Do gulp serve to open the app in default browser.

Demo