#4 in Discrete mathematics books
Use arrows to jump to the previous/next product

Reddit mentions of Introduction to the Theory of Computation. Michael Sipser

Sentiment score: 2
Reddit mentions: 3

We found 3 Reddit mentions of Introduction to the Theory of Computation. Michael Sipser. Here are the top ones.

Introduction to the Theory of Computation. Michael Sipser
Buying options
View on Amazon.com
or
    Features:
  • Cengage Learning
Specs:
Height9.21258 Inches
Length6.45668 Inches
Number of items1
Weight1.35804753392 Pounds
Width0.86614 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on Introduction to the Theory of Computation. Michael Sipser:

u/SneakingNinjaCat · 9 pointsr/compsci

Computer science is not about fixing computers or building a workstation-clone from parts, for the purpose of playing video games.
As for the most basic aspects of computer science, you should understand what a Turing machine is and why it is important to understand it. A good book on the topic is Introduction to the theory of computation If you do go ahead and choose to study computer science, this stuff is something you will most definetly benefit from knowing early on. There is math in that book too. Good, fun math.

u/giact · 7 pointsr/compsci

There exists a way to prove that a given language is not a regular language: languages that can be parsed by a regular expression have a particular property; if you demonstrate that a particular language cannot have that property then you have the mathematical proof that a regular expression is not powerful enough to parse such language.

***

PS: I never formally studied CS in school, i am studying it right now as a hobby; if, like me, you love math and want to learn more about the basis of CS and theory of computation in a formal way I suggest you to buy and read this book about the theory of computation.