tropical: A library for tropical mathematics.

[ bsd3, library, math ] [ Propose Tags ]

Tropical numbers are the same as real numbers, except the operations are different. See the documentation for more information.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0, 0.0.0.1, 0.0.0.2
Dependencies base (>=4.7 && <4.8), semiring-simple (>=0.2) [details]
License BSD-3-Clause
Copyright 2014, Peter Harpending.
Author Peter Harpending
Maintainer Peter Harpending <pharpend2@gmail.com>
Category Math
Source repo head: git clone https://github.com/pharpend/tropical.git
Uploaded by pharpend at 2014-07-13T09:19:36Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2235 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for tropical-0.0.0.2

[back to package description]

Tropical

Tropical numbers are the same as real numbers, except the operations are different. You can compound these operations, and get tropical vectors, tropical matrices, etc. This package is a Haskell library dealing with tropical things.

For more information on tropical geometry, see https://en.wikipedia.org/wiki/Tropical_geometry.

Contributing

Anyone who wants to contribute is more than welcome. This library is BSD-licensed, so you can pretty much do what you want with it.