Skip to content

TotallyReal/MathVisuals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math visual helpers

All sort of helper methods used to present mathematics

Remark:

Unfortunately, the LaTeX support inside python is not too helpful in case you want to actually generate the LaTeX image itself. So while we can generate the strings, some of them cannot be converted into images (e.g. it doesn't recognise \begin{...}).

Continued fraction expressions

Generator of generalized continued fractions as in the example below. See this google colab notebook for examples, or the file tests/test_continued_fractions.py. continued_fraction_example.png

Graph Drawing

Draw binary trees in a "compact" way. See the tests\test_graphs.py for examples.

Was a great tool in my notes about Huffman codes.

binary tree example

Matrices and vector lists from arrays

Use 2D arrays to form either matrices of lists of vectors. Was useful in my notes about Jordan decomposition.

matrix_example.PNG vectors_example.PNG

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages