Evaluate boolean algebra expression for all binary numbers on a calculator

254 Views Asked by At

Calculator: Casio fx-100AU PLUS

I have typed a boolean algebra expression in the BASE-N mode, which performs calculations on variables A, B, C, etc.

I am using the calculator to write a truth table, containing all binary numbers with a certain number of digits. For example:

A B C  Z

0 0 0  0
0 0 1  0
0 1 0  0
0 1 1  0
1 0 0  0
1 0 1  0
1 1 0  0
1 1 1  0

However, using STO to change the variables each time is quite time consuming.

Is there an approach where all binary numbers (in a certain range) can be evaluated? No specific method (ie variables) needs to be used, anything that works even slightly well would be great. Thanks!