differential

0.1.1 • Public • Published

differential

Returns the differential operator of a simplicial complex in the integral homology.

Usage

Install using npm:

npm install differential

And use it as follows:

var differential = require("differential")
 
var D = differential([[0,1,2],[1,2,3]])
console.log(D.toDense())
console.log(D.boundaryCells)

Credits

(c) 2013 Mikola Lysenko. BSD License

Readme

Keywords

none

Package Sidebar

Install

npm i differential

Weekly Downloads

2

Version

0.1.1

License

BSD

Last publish

Collaborators

  • mikolalysenko