Git Product home page Git Product logo

braidlab's Introduction

braidlab

braidlab is a Matlab package for analyzing data using braids, written by Jean-Luc Thiffeault and Marko Budisic.

documentation and installation

The easiest way to use braidlab is to download one of the binaries for Linux, Mac OSX, or Windows. Unzip/untar the file and make sure the folder containing +braidlab is on your Matlab path. Run import braidlab.* to access the braidlab namespace. You can then create a braid with

> b = braid([1 2 -3])

b =

 < 1  2 -3 >

The train track map associated with the braid's mapping class is

> ttmap(b.train)

 1 -> 4
 2 -> 1
 3 -> 2
 4 -> 3
 a -> D
 b -> d a -3 b -4 B
 c -> B 3 A
 d -> c

where numbers denote peripheral edges, and letters main edges.

braidlab can do much more; see the braidlab user's guide in the doc folder for many examples. The guide is also posted on arXiv. For detailed installation instructions from source files, see the Appendix in the guide.

citing braidlab

If you use braidlab in one of your papers, please cite it as:

  • J.-L. Thiffeault and Marko Budišić, Braidlab: A Software Package for Braids and Loops, arXiv:1410.0849 [math.GT] (2013-2021), Version <<version number>>.

You can use this BibTeX entry:

@Misc{braidlab,
    author = {Jean-Luc Thiffeault and Marko Budi\v{s}i\'{c}},
    title = {Braidlab: {A} Software Package for Braids and Loops},
    eprint = {arXiv:1410.0849 [math.GT]},
    url = {http://arXiv.org/abs/1410.0849},
    year = {2013--2021},
    note = {Version <<version number>>}
}

We can add your paper to the publication list.

contributors

Michael Allshouse contributed extensive testing, comments, and some of the code.

braidlab uses Toby Hall's Trains; Jae Choon Cha's CBraid; Juan Gonzalez-Meneses's Braiding; John D'Errico's Variable Precision Integer Arithmetic; Markus Buehren's assignmentoptimal; and Jakob Progsch and Václav Zeman's ThreadPool.

license

braidlab is released under the GNU General Public License v3. See COPYING and LICENSE.

support

The development of braidlab was supported by the US National Science Foundation, under grants DMS-0806821 and CMMI-1233935.

Analytics

braidlab's People

Contributors

jeanluct avatar mbudisic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.