Loading tool...
Extract dominant, vibrant, or muted colors from images. Generate color schemes with HEX, RGB, HSL values and export palettes for design projects.
Record audio from microphone directly in browser. Real-time waveform visualization, pause/resume, and export to multiple formats (MP3, WAV, OGG). No software installation required.
Calculate aspect ratios, resize dimensions while maintaining proportions. Common presets for video, photo, mobile screens, and social media
Enter a logical expression and get a complete truth table showing every combination of input values and the resulting output. The generator supports AND, OR, NOT, XOR, implication, and biconditional operators, making it a practical tool for discrete math, digital logic design, and philosophical logic coursework.
Verify logical equivalences and tautologies for proofs and assignments.
Map Boolean functions to truth tables before implementing them in hardware.
Test complex conditional expressions to make sure they cover all edge cases.
Evaluate argument validity by constructing truth tables for premises and conclusions.
Enter ¬(p ∧ q) and (¬p ∨ ¬q) separately, then compare their truth table columns — they will match.
Enter p → q to see that implication is only false when p is true and q is false.
The generator parses propositional logic expressions, identifies all unique variables, and systematically enumerates every possible truth-value assignment. Intermediate columns show the result of each sub-expression, so you can trace how the final value is derived step by step. This is especially helpful when debugging complex Boolean expressions or verifying logical equivalences.
Up to 8. Each additional variable doubles the number of rows, so 8 variables produce 256 rows.
You can use symbolic notation (∧, ∨, ¬, →, ↔) or programmer-friendly alternatives (&, |, !, =>, <=>).
The generator evaluates expressions but does not simplify them. Use the output to manually identify simplification opportunities.
All processing happens directly in your browser. Your files never leave your device and are never uploaded to any server.