a bunch of todos for the long weekend

This commit is contained in:
mehbark 2023-01-13 13:51:41 -05:00
parent 29fca794b5
commit 7c4f045640
3 changed files with 15 additions and 0 deletions

View file

@ -224,3 +224,11 @@
got)
matrix-repl
last)))
; TODO: actual parsing of row operations
; TODO: parse equations (easy, but requires context (e.g. x = 1 could be any number of variables))
; TODO: undoing
; will have to have a higher level thing for storing state
; TODO: solving id-matrix
; TODO: solving gaussian-eliminated matrix
; TODO: automation

View file

@ -0,0 +1,6 @@
#Leiningen
#Fri Jan 13 12:10:35 EST 2023
groupId=matrix
artifactId=matrix
version=0.1.0-SNAPSHOT
revision=29fca794b5d88671a902cff6c2cf4aef643fca23

View file

@ -0,0 +1 @@
[{:dependencies {org.clojure/clojure {:vsn "1.11.1", :native-prefix nil}, org.clojure/spec.alpha {:vsn "0.3.218", :native-prefix nil}, org.clojure/core.specs.alpha {:vsn "0.2.62", :native-prefix nil}, nrepl {:vsn "0.6.0", :native-prefix nil}, clojure-complete {:vsn "0.2.5", :native-prefix nil}}, :native-path "target/default/native"} {:native-path "target/default/native", :dependencies {org.clojure/clojure {:vsn "1.11.1", :native-prefix nil, :native? false}, org.clojure/spec.alpha {:vsn "0.3.218", :native-prefix nil, :native? false}, org.clojure/core.specs.alpha {:vsn "0.2.62", :native-prefix nil, :native? false}, nrepl {:vsn "0.6.0", :native-prefix nil, :native? false}, clojure-complete {:vsn "0.2.5", :native-prefix nil, :native? false}}}]