Socket
Book a DemoInstallSign in
Socket

differential

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

differential

Homological exterior derivartive with integer coefficients

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

Keywords

homology

FAQs

Package last updated on 23 Mar 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts