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
- Host: GitHub
- URL: https://github.com/juliareach/mathematicalsystems.jl
- Owner: JuliaReach
- License: other
- Created: 2017-11-28T18:37:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T09:51:31.000Z (about 1 year ago)
- Last Synced: 2024-04-07T09:33:28.971Z (about 1 year ago)
- Topics: dynamical-systems, julia
- Language: Julia
- Homepage: https://juliareach.github.io/MathematicalSystems.jl/
- Size: 964 KB
- Stars: 42
- Watchers: 9
- Forks: 6
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```