Are there any Boolean simplification resources for Mathcad?
Are there any Mathcad resources for symbolic Boolean simplification?
I am thinking truth table methods using karnaugh mapping with automated simplification, or reed-muller simplification. There are many programs that handle 8 variables, I have a need for more than 8 variables.
Many available methods give results in sum of products or product of sums, that were often used for circuit deign, but can often improved upon for computer programs. For example, xor reduces "(~a & b ) or (a & ~b)" to "a xor b" and factoring by the distribution law can reduce the number operations form the number of distributed terms to one operation on the factored term.
For this reason I would also like to find xor reduction and factoring for Mathcad.
Thanks, JS

