Browse Source

Wrote about the differentiation package

Samuel W. Flint 7 years ago
parent
commit
5364164222
1 changed files with 5 additions and 2 deletions
  1. 5 2
      larcs.org

+ 5 - 2
larcs.org

@@ -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.
 
-** WORKING Package Definitions [4/6]
+** WORKING Package Definitions [5/6]
 :PROPERTIES:
 :CREATED:  <2016-06-13 Mon 15:00>
 :ID:       573a8352-8cbe-408c-8c27-3cf0b66da885
@@ -2444,12 +2444,15 @@ This package provides for a method to manipulate and perform algebra symbolicall
     (:nicknames #:manipulate))
 #+END_SRC
 
-*** TODO Differentiation
+*** DONE Differentiation
+CLOSED: [2016-08-21 Sun 13:19]
 :PROPERTIES:
 :CREATED:  <2016-08-05 Fri 22:07>
 :ID:       53a94c2e-3fb1-4cc1-9b3a-0e53657c3b91
 :END:
 
+This is a rather simple package, providing a way to differentiate equations for use in a variety of functions.
+
 #+Caption: Differentiation Package Definition
 #+Name: differentiation-package-def
 #+BEGIN_SRC lisp