as i'm currently studying for my discrete math final i find myself wondering once again what's the application of any of this in programming?
here are some keywords to give you a quick refresher: truth tables, logical equivalences, propositional logic, predicate logic, relations vs. functions, equivalence relations, proof by contraposition/contradiction/induction
give me some god damn motivation
Name:
Anonymous2013-03-15 22:35
>>40
They ask mostly for help with assignments, which implies they undergo some university education
I use truth tables and karnaugh maps every day while programming to optimise binary expressions and improve query performance. Proof by induction is another name for recursion.
>>45 yes, you'll make it shy ^^ >>1 i aced that class (was sitting on a high B because i was slack with the homework.. then caned the exam ;) it's probably more useful than something like calculus for general programming, though calc has it's niches