Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Build Status](https://travis-ci.com/MasonProtter/Symbolics.jl.svg?branch=master)](https://travis-ci.com/MasonProtter/Symbolics.jl) [![Build status](https://ci.appveyor.com/api/projects/status/dmthyx5hr6udact2/branch/master?svg=true)](https://ci.appveyor.com/project/MasonProtter/symbolics-jl/branch/master) [![codecov](https://codecov.io/gh/MasonProtter/Symbolics.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MasonProtter/Symbolics.jl)
# Symbolics.jl

### Symbolics.jl has moved to https://github.com/JuliaSymbolics/Symbolics.jl

This is a package I'm throwing together after getting inspired by the talk [Physics in Clojure](https://www.youtube.com/watch?v=7PoajCqNKpg) which was about porting scmutils to clojure. scmutils is a Scheme package with a very interesting and powerful computer algebra system meant as a companion to the book [Structure and Interpretation of Classical Mechanics](https://mitpress.mit.edu/books/structure-and-interpretation-classical-mechanics-second-edition).

My intention with Symbolics.jl is to attempt to recreate the functionality of scmutils in julia using julian syntax. The package is slowly morphing into some sort of hybrid between scmutils and Mathematica.
Expand Down