math.matrices.elimination vocabulary - Factor Documentation (original) (raw)
math.matrices.elimination vocabulary
Factor handbook » Vocabulary index
Summary
Solving systems of linear equations
Metadata
Parents: | math.matrices |
---|---|
Tags: | math |
Authors: | Slava Pestov |
Words
Symbol words
Ordinary words
Word | Stack effect |
---|---|
![]() |
( col# pivot-row i -- ) |
![]() |
( col# row# -- ) |
![]() |
( matrix -- matrix ) |
![]() |
( row col# -- ) |
![]() |
( ..a row# quot: ( ..a seq -- ..b seq ) -- ..b ) |
![]() |
( col# row# rows -- ) |
![]() |
( col# pivot-row i-row -- n ) |
![]() |
( -- n ) |
![]() |
( exchange-with row# -- ) |
![]() |
( matrix -- matrix' ) |
![]() |
( row# row# -- ) |
![]() |
( row# quot -- i elt ) |
![]() |
( row# -- n ) |
![]() |
( matrix -- matrix ) |
![]() |
( seq -- n elt ) |
![]() |
( matrix -- matrix' ) |
![]() |
( row# -- seq ) |
![]() |
( matrix -- null rank ) |
![]() |
( matrix -- seq ) |
![]() |
( col# row# -- n ) |
![]() |
( matrix' -- matrix'' ) |
![]() |
( -- n ) |
![]() |
( row# -- slice ) |
![]() |
( i seq quot -- n ) |
![]() |
( matrix -- matrix ) |
![]() |
( matrix quot -- ) |
Files
resource:extra/math/matrices/elimination/elimination.factor
resource:extra/math/matrices/elimination/elimination-docs.factor
resource:extra/math/matrices/elimination/elimination-tests.factor
Metadata files
resource:extra/math/matrices/elimination/authors.txt
resource:extra/math/matrices/elimination/summary.txt
resource:extra/math/matrices/elimination/tags.txt