Earlier quoted context omitted.
Because the mathematics is basically distilled, formalized art of precise thinking. It's the art of manipulating and morphing mental models. It's as much about numbers as astronomy is about telescopes ;).
Forming a model might not involve precise thinking, it often involves lateral thinking, at least with me. I heard that computer science was more of a subset of music than math.
Foundations of Computer Science
71–80 of 89 posts
Re: Foundations of Computer Science
#72Earlier quoted context omitted.
Ok I'll bite. Why is "creating the right model for thinking about a problem and devising the appropriate mechanizable techniques to solve it" a subset of mathematics ?
Computer science is the study of algorithms, information systems and anything that is computable. Mathematics is the study of formal systems, eg proofs that can be derived from axioms using algorithms, i.e. a specific type of computable system. Therefore, mathematics is a subset of computer science.
EX: computable numbers are a subset of all numbers. http://en.wikipedia.org/wiki/Computable_number
Re: Foundations of Computer Science
#73Re: Foundations of Computer Science
#74Re: Foundations of Computer Science
#75> Students taking courses based on this book have ranged from first-year undergraduates to graduate students. We assume only that students have had a solid course in programming. They should be familiar with the programming language ANSI C to use this edition. In particular, we expect students to be comfortable with C constructs such as recursive functions, structures, pointers, and operators involving pointers and structures such as dot, ->, and &.\
Could someone recommend a resource for someone who is fairly proficient in Python?
Re: Foundations of Computer Science
#76From the preface (prerequisites): > Students taking courses based on this book have ranged from first-year undergraduates to graduate students. We assume only that students have had a solid course in programming. They should be familiar with the programming language ANSI C to use this edition. In particular, we expect students to be comfortable with C constructs such as recursive functions, structures, pointers, and…
Re: Foundations of Computer Science
#77Earlier quoted context omitted.
Forming a model might not involve precise thinking, it often involves lateral thinking, at least with me. I heard that computer science was more of a subset of music than math.
Higher math requires a great deal of lateral thinking. Also, music an math are often closely related but I don't see the connection between music an say computer vision.
Re: Foundations of Computer Science
#78https://docs.google.com/file/d/0B4Hlagvt6wuTNGY5SlB3QlZQYTQ/...
Re: Foundations of Computer Science
#79[0]http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-4.html [1]http://ocw.mit.edu/courses/electrical-engineering-and-comput...