Skip to content

Generates nxn matrices of LaTeX code intended for listing adjacent vertices of graphs.

Notifications You must be signed in to change notification settings

vinayakadj/LaTeX-Adjacency-Matrix-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Adjacency Matrix Generator for LaTeX

A fairly simple python script that generates LaTeX code for adjacency matrices of graphs.

It accepts two parameters: how many vertices the graph has and a string to fill each cell of the matrix with. These can be supplied either as command line arguments or in Python. The output is printed to standard out.

Currently the code can only generate a square matrix. Later versions may add support for differing widths and heights.

About

Generates nxn matrices of LaTeX code intended for listing adjacent vertices of graphs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published