|
@@ -2328,7 +2328,7 @@ The final assembly of this portion of the system is as simple as the rest, resol
|
|
|
|
|
|
LARCS is primarily a library, and as such, the formal interface for the library, and a way to load it must be provided. This is done here by defining packages centrally and defining an ASDF system to load the library quickly and easily.
|
|
LARCS is primarily a library, and as such, the formal interface for the library, and a way to load it must be provided. This is done here by defining packages centrally and defining an ASDF system to load the library quickly and easily.
|
|
|
|
|
|
-** WORKING Package Definitions [4/6]
|
|
+** WORKING Package Definitions [5/6]
|
|
:PROPERTIES:
|
|
:PROPERTIES:
|
|
:CREATED: <2016-06-13 Mon 15:00>
|
|
:CREATED: <2016-06-13 Mon 15:00>
|
|
:ID: 573a8352-8cbe-408c-8c27-3cf0b66da885
|
|
:ID: 573a8352-8cbe-408c-8c27-3cf0b66da885
|
|
@@ -2444,12 +2444,15 @@ This package provides for a method to manipulate and perform algebra symbolicall
|
|
(:nicknames #:manipulate))
|
|
(:nicknames #:manipulate))
|
|
#+END_SRC
|
|
#+END_SRC
|
|
|
|
|
|
-*** TODO Differentiation
|
|
+*** DONE Differentiation
|
|
|
|
+CLOSED: [2016-08-21 Sun 13:19]
|
|
:PROPERTIES:
|
|
:PROPERTIES:
|
|
:CREATED: <2016-08-05 Fri 22:07>
|
|
:CREATED: <2016-08-05 Fri 22:07>
|
|
:ID: 53a94c2e-3fb1-4cc1-9b3a-0e53657c3b91
|
|
:ID: 53a94c2e-3fb1-4cc1-9b3a-0e53657c3b91
|
|
:END:
|
|
:END:
|
|
|
|
|
|
|
|
+This is a rather simple package, providing a way to differentiate equations for use in a variety of functions.
|
|
|
|
+
|
|
#+Caption: Differentiation Package Definition
|
|
#+Caption: Differentiation Package Definition
|
|
#+Name: differentiation-package-def
|
|
#+Name: differentiation-package-def
|
|
#+BEGIN_SRC lisp
|
|
#+BEGIN_SRC lisp
|