I have made my truth table already, but I want to add headers such as: p, q, r, etc. I have about 8 columns, how do I make headers for each column?
momken t76 t3reef fehn y3ni t3rf "p" 3 asas mot3'r
Are you using Mathematica? There are different ways of making a truth table.
Most likely, you are using TableForm. You can see examples of how to use it in the documentation.
http://reference.wolfram.com/language/ref/TableForm.html
The "boolean" documentation is difficult to absorb, but everything you need is probably there.
I found the following template I developed a useful way to explain things to myself and to data science students.
-- Mark