An open API service indexing awesome lists of open source software.

https://github.com/juliareach/mathematicalsystems.jl

Systems definitions in Julia
https://github.com/juliareach/mathematicalsystems.jl

dynamical-systems julia

Last synced: about 1 month ago
JSON representation

Systems definitions in Julia

Awesome Lists containing this project

README

        

# MathematicalSystems.jl

| **Documentation** | **Status** | **Community** | **License** |
|:-----------------:|:----------:|:-------------:|:-----------:|
| [![docs-dev][dev-img]][dev-url] | [![CI][ci-img]][ci-url] [![codecov][cov-img]][cov-url] [![PkgEval][pkgeval-img]][pkgeval-url] [![aqua][aqua-img]][aqua-url] [![dev-commits][dev-commits-url]][dev-commits-target] | [![zulip][chat-img]][chat-url] [![JuliaHub][juliahub-img]][juliahub-url] | [![license][lic-img]][lic-url] |

[dev-img]: https://img.shields.io/badge/docs-latest-blue.svg
[dev-url]: https://juliareach.github.io/MathematicalSystems.jl/dev/
[ci-img]: https://github.com/JuliaReach/MathematicalSystems.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/JuliaReach/MathematicalSystems.jl/actions/workflows/test-master.yml
[cov-img]: https://codecov.io/github/JuliaReach/MathematicalSystems.jl/coverage.svg
[cov-url]: https://app.codecov.io/github/JuliaReach/MathematicalSystems.jl
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/M/MathematicalSystems.svg
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/M/MathematicalSystems.html
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl
[dev-commits-url]: https://img.shields.io/github/commits-since/JuliaReach/MathematicalSystems.jl/latest.svg
[dev-commits-target]: https://github.com/JuliaReach/MathematicalSystems.jl
[chat-img]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
[chat-url]: https://julialang.zulipchat.com/#narrow/stream/278609-juliareach
[juliahub-img]: https://juliahub.com/docs/General/MathematicalSystems/stable/version.svg
[juliahub-url]: https://juliahub.com/ui/Packages/General/MathematicalSystems
[lic-img]: https://img.shields.io/github/license/mashape/apistatus.svg
[lic-url]: https://github.com/JuliaReach/MathematicalSystems.jl/blob/master/LICENSE

`MathematicalSystems` is a [Julia](http://julialang.org) package for mathematical systems interfaces.

## Resources

- [Manual](http://juliareach.github.io/MathematicalSystems.jl/latest/)
- [Contributing](https://juliareach.github.io/MathematicalSystems.jl/latest/about#Contributing-1)
- [Release notes](https://github.com/JuliaReach/MathematicalSystems.jl/releases)
- [Release notes of the development version](https://github.com/JuliaReach/MathematicalSystems.jl/wiki/Release-log-tracker)

## Installing

This package requires Julia v1.0 or later. Refer to the [official documentation](https://julialang.org/downloads)
on how to install and run Julia in your system.

To install this package, use the following command inside Julia's REPL:

```julia
using Pkg
Pkg.add("MathematicalSystems")
```