Equations True Computer Science Geeks Should (at Least Pretend to) Know
1–10 of 100 posts
Re: Equations True Computer Science Geeks Should (at Least Pretend to) Know
#2Re: Equations True Computer Science Geeks Should (at Least Pretend to) Know
#3Re: Equations True Computer Science Geeks Should (at Least Pretend to) Know
#4Re: Equations True Computer Science Geeks Should (at Least Pretend to) Know
#5Re: Equations True Computer Science Geeks Should (at Least Pretend to) Know
#6If you actually ever find yourself needing to show that a particular language is non-regular, it’s almost always clearer to use an ad hoc argument or appeal to the Myhill-Nerode theorem. Actually the latter is much better, because Myhill-Nerode completely characterises the regular languages, whereas there are non-regular languages that pass the pumping lemma test.[1]
1. http://en.wikipedia.org/wiki/Pumping_lemma_for_regular_langu...
Re: Equations True Computer Science Geeks Should (at Least Pretend to) Know
#7The Y Combinator and the pumping lemma seem a bit contrived on that list, especially the former. I would add the maximum margin separation equation, which underlies many modern machine learning methods like SVMs and MMMF, and the P=NP equality question.
I'll agree that the y-combinator is less essential, however if you even have a sense of what's going on it means that you have an understanding of the basic framework of functional programming and a minimal grasp of the lambda calculus
Re: Equations True Computer Science Geeks Should (at Least Pretend to) Know
#8http://en.wikipedia.org/wiki/Master_theorem
or better,