MasonProtter / Symbolics.jl

A symbolic math library written in Julia modelled off scmutils
MIT License
108 stars 15 forks source link

Setup #1

Closed PerezHz closed 6 years ago

PerezHz commented 6 years ago

@MasonProtter, this is an awesome package, it's really nice that you're bringing scmutils to Julia! This is a small contribution, but I hope it helps!

This PR adds some essential setups which help with code development, namely:

PerezHz commented 6 years ago

Update: added differentiation rules for sin, cos and added simple pendulum test

MasonProtter commented 6 years ago

Thanks Jorge! I appreciate the contribution!