MasonProtter / Symbolics.jl

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

Handling of Up and Down tuples #11

Closed MasonProtter closed 5 years ago

MasonProtter commented 5 years ago

Right now, we have an UpTuple and DownTuple type which are just wrappers around tuples. I think I'd prefer to do something array based and try to take advantage of all the great machinery that Julia provides for arrays, ie. adjoint and all that jazz.

Ideally, whatever system gets cooked up should be easily extended to work with differential geometry concepts because my real interest here, once I get through SICM, is to move onto Functional Differential Geometry using Symbolics.