reducealgebra.jl: Meta-package for Reduce.jl and External Packages, automatically mirrored from https://github.com/JuliaReducePkg/ReduceAlgebra.jl https://github.com/JuliaReducePkg/ReduceAlgebra.jl

DeepSource Bot 0a4b5c3305 Add .deepsource.toml 3 gadi atpakaļ
.github 316ab90477 Update: .github/mergeable.yml: Punctuation fix. 3 gadi atpakaļ
src e7ad4d33c9 added Reduce and ReduceLinAlg 6 gadi atpakaļ
test 090e20a7cc transitioned to Julia 1.0 release 6 gadi atpakaļ
.codecov.yml 818f2b773a generated ReduceAlgebra.jl) 6 gadi atpakaļ
.deepsource.toml 0a4b5c3305 Add .deepsource.toml 3 gadi atpakaļ
.gitattributes 5acbecaf65 Update .gitattributes: Additional exclusions. 3 gadi atpakaļ
.gitignore 25dd91220a Initial commit 6 gadi atpakaļ
.travis.yml 090e20a7cc transitioned to Julia 1.0 release 6 gadi atpakaļ
LICENSE 818f2b773a generated ReduceAlgebra.jl) 6 gadi atpakaļ
LICENSE.md 818f2b773a generated ReduceAlgebra.jl) 6 gadi atpakaļ
Project.toml 090e20a7cc transitioned to Julia 1.0 release 6 gadi atpakaļ
README.md 2c4fe9566b updated documentation links 6 gadi atpakaļ
REQUIRE 090e20a7cc transitioned to Julia 1.0 release 6 gadi atpakaļ
SECURITY.md 9734458c00 multi: Redirect all reports/PRs/issues upstream. 3 gadi atpakaļ
appveyor.yml 090e20a7cc transitioned to Julia 1.0 release 6 gadi atpakaļ

README.md

Reduce.jl

ReduceAlgebra.jl

Meta-package for Reduce.jl and External Packages

Build Status Build status Join the chat at gitter

The upstream REDUCE software was originally created by Anthony C. Hearn (currently maintained on SourceForge), the Julia packages included with this repository are based on the symbolic parser generator Reduce.jl created by Michael Reed, which extends the Julia language with REDUCE functionality.

In Reduce.jl, an upstream REDUCE package can be used with load_package(::Symbol).

External packages provided by ReduceAlgebra.jl,

What is included with the Reduce.jl core package? Julia docs (stable / latest)

  • Integration of square roots, upstream docs (ALGINT / pdf)
  • Package for compacting expressions, upstream docs (COMPACT / pdf)
  • A package for finding limits, upstream docs (LIMITS / pdf)
  • REDUCE LaTeX formula interface, upstream docs (RLFI / pdf), supports IJulia.jl output
  • REDUCE source code optimization package, upstream docs (SCOPE / pdf)
  • A package for series summation, upstream docs (SUM / pdf)

More packages will be added. See Implement External REDUCE Packages and Implement Reduce for progress.