Mathematical permutation drawing/visualization tool

894 Views Asked by At

I'm writing software and need to document an existing mathematical permutation in our code.

I thought the folks here would know where I can find a drawing/visualization tool to draw a permutation tree.

$a     $b        $c
true   true      true    134
true   true      false   245
true   false     true    2
true   false     false   3
false  true      true    8
false  true      false   17
false  false     true    19
false  false     false   32
1

There are 1 best solutions below

1
On

This website lists several LaTeX packages for drawing trees. While it seems more geared towards linguists who are making parse trees, I am sure that most of the packages are flexible enough to do what you need. Moreover, there are more generic drawing packages such as TikZ or pstricks that, while not specifically designed for making trees, should work quite well.