Skip to content

slotThe/matrix-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix

Small program to generate matrices and copy them to one of several predefined formats.

By default, finished entries are copied to the system clipboard and spat out to stdout.

For example:

Currently Supported Formats

  • Clojure arrays: [[1 2] [3 4]]
  • Haskell lists: [[1,2],[3,4]]
  • LaTeX's pmatrix:
    \begin{pmatrix}
      1 & 2 \\
      3 & 4 \\
    \end{pmatrix}
  • Python arrays: Matrix([[1,2],[3,4]])

About

Quickly generate matrices and convert them to different formats

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published