Contains function. These are:
get-row-echelon
to get row-echelon formreduce-up
to get reduced row-echelon form (invoke get-row-echelon
first)Contains function. These are: - `get-row-echelon` to get row-echelon form - `reduce-up` to get reduced row-echelon form (invoke `get-row-echelon` **first**)
(get-row-echelon aug_mat)
(get-row-echelon aug_mat [m n] i)
Function that puts row-interchange-by-pivot
and traverse-rows-down
together.
Returns the augmented matrix in its row-echelon form.
Function that puts `row-interchange-by-pivot` and `traverse-rows-down` together. Returns the augmented matrix in its row-echelon form.
(reduce-up aug_mat)
(reduce-up aug_mat [m n] i)
Function that puts all the numerous times traverse-rows-up
is called together.
Returns the augmented matrix in reduced row-echelon form.
Function that puts all the numerous times `traverse-rows-up` is called together. Returns the augmented matrix in reduced row-echelon form.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close