Browse Source

Wrote about the manipulation package

Samuel W. Flint 7 years ago
parent
commit
e71bcb8804
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 [3/6]
+** WORKING Package Definitions [4/6]
 :PROPERTIES:
 :CREATED:  <2016-06-13 Mon 15:00>
 :ID:       573a8352-8cbe-408c-8c27-3cf0b66da885
@@ -2420,12 +2420,15 @@ Polynomial Functions are used in several of the other packages, and provide a wa
     (:nicknames #:polynomials))
 #+END_SRC
 
-*** TODO Manipulation
+*** DONE Manipulation
+CLOSED: [2016-08-21 Sun 12:21]
 :PROPERTIES:
 :CREATED:  <2016-08-05 Fri 22:07>
 :ID:       07a9d8fc-5bdc-4c03-9df3-3e3d46d1b704
 :END:
 
+This package provides for a method to manipulate and perform algebra symbolically.  In a way, this is the core of the library, upon which nearly everything else is built.
+
 #+Caption: Manipulation Package Definition
 #+Name: manipulation-package-def
 #+BEGIN_SRC lisp