<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>53081</integer>
    </number>
    <user>
      <string>NightShadow</string>
    </user>
    <title>
      <string>packages.lisp</string>
    </title>
    <contents>
      <string>(in-package :cl-user)

(defpackage :com.teisenberger.math.algebra (:use :common-lisp) (:export :simplify :e))
(defpackage :com.teisenberger.math.calculus (:use :common-lisp :com.teisenberger.math.algebra) (:export :differentiate))
(defpackage :com.teisenberger.math.matrix (:use :common-lisp :com.teisenberger.math.algebra) 
	(:export :matrix-rows					:matrix-row
					 :matrix-columns			:matrix-column
					 :matrix-element			:matrixp
					 :matrix-squarep			:matrix-upper-triangularp
					 :matrix-symmetricp		:matrix-orthogonalp
					 :matrix-invertiblep
					 :matrix-augment			:matrix-split
					 :matrix-zero					:matrix-ones
					 :matrix-identity			:matrix-random
					 :matrix-multiply			:matrix-add
					 :matrix-transpose		:matrix-lu
					 :matrix-qr						:matrix-eigenvalues
					 :matrix-determinant	:matrix-normalize
					 :matrix-row-swap			:matrix-apply
					 :matrix-ref					:matrix-rref
					 :matrix-gaussian			:matrix-gauss-jordan
					 :matrix-inverse			:matrix-rank
					 :matrix-nullspace		:matrix-columnspace
					 :print-matrix				:print-matrix-four-subspaces))
(defpackage :com.teisenberger.math.notation (:use :common-lisp) 
	(:export :prefix-&gt;tree :tree-&gt;infix 
					 :tree-&gt;prefix :tree-&gt;postfix))</string>
    </contents>
    <universal-time>
      <integer>3407703468</integer>
    </universal-time>
    <channel>
      <string>#lispcafe</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
</paste-with-annotations>
