mentat-collective / emmy-viewers

High-performance symbolic, 2D and 3D visual extensions to the Emmy computer algebra system.
https://emmy-viewers.mentat.org
MIT License
38 stars 7 forks source link

Remaining code from #25 #33

Closed sritchie closed 1 year ago

sritchie commented 1 year ago

TODO:

(defn knitting [R r p q]
  (fn [theta]
    [(e/+ theta (e/* p (e/sin (e/* 2 theta))))
     (e/* q (e/cos theta))
     (e/* R (e/cos (e/* 2 theta)))]))