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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    5
  • 0.1.0
    4
  • 0.0.0
    4

Package Sidebar

Install

npm i differential

Weekly Downloads

7

Version

0.1.1

License

BSD

Last publish

Collaborators

  • mikolalysenko