summaryrefslogtreecommitdiffstats
path: root/final_project/work/notes
diff options
context:
space:
mode:
Diffstat (limited to 'final_project/work/notes')
-rw-r--r--final_project/work/notes19
1 files changed, 19 insertions, 0 deletions
diff --git a/final_project/work/notes b/final_project/work/notes
index f67cece..36793b1 100644
--- a/final_project/work/notes
+++ b/final_project/work/notes
@@ -55,3 +55,22 @@ Other mechanics structures (?):
(series 0.5 0.4 0.3 0.2 0.1)
power series with the given coefficients. serieses can be finite or streams
+
+Literal functions
+----------------------------------------------------------------
+"->" is kind of like quote and takes two structures; this literal function
+maps from the first to the second.
+
+Valid descriptors are:
+
+X cross product
+Real real (obviously)
+UP up tuple
+DOWN down tuple
+UP* variable length tuple of the same type (eg (UP* '*number* 5) )
+DOWN* same for down tuples
+
+
+OTHER STUFF???
+------------------------------
+eigenvalues/vectors, roots of polynomials, display helpers (already)