Browse Source

Wrote about Symbolic Differentiation rules

Samuel W. Flint 7 years ago
parent
commit
191a2bc1c7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp-cas.org

+ 2 - 0
lisp-cas.org

@@ -1506,6 +1506,8 @@ Rules are stored rather simply, in a list of cons cells, with the ~CAR~ being th
 :ID:       fdcebadd-b53d-4f59-99a4-4a3782e017a2
 :END:
 
+The process of symbolic derivation is carried out through rules.  These are defined in the following sections, taking apart the equations and putting them back together again as their derivatives.
+
 #+Caption: Rules
 #+Name: sd-rules
 #+BEGIN_SRC lisp