Skip to content

formulae-org/package-list-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

package-list-js

List (and matrix, tables) package for Fōrmulæ — the visual environment for computing, composing, and conversing with tree-structured expressions.

This repository contains the source code for the list package. It is intended to the computation on lists. Despite the name, it includes a lot of expressions related to vectors, matrices (because a matrix is a list of -same cardinallity- subslists), and tables.

Part of the formulae-org organization: the web application plus one repository per package.

Showcase — worked examples of this package.

Capabilities

  • Visualization of expressions

    • List, it is shown as $\{ element_1, element_2, ..., element_n \}$
    • Matrix
    • Table
  • Edition

    • Manual creation of a list. It creates a list with the currently selected expression as it single element
    • Manual creation of a multi-element list of a provided number of elements
    • Manual creation of a matrix of given number of rows and columns
    • Manual creation of a table from a matrix
  • Reduction