We used the book for ECE 3020 - Mathematical foundations of computer Engineering at Gatech. Lecture notes have been taken down, but here are our homework solutions: http://users.ece.gatech.edu/~dblough/3020/solutions/hw_solut...
This is one thing about GaTech that really annoys me. Every professor seems to remove thier notes at the end of every semester and only post them when the content becomes relevent to the course. You cant look ahead and cant reference them afterwards.
Foundations of Computer Science
61–70 of 89 posts
Re: Foundations of Computer Science
#62Interestingly this was not the book we used in Al Aho's CS Theory course in 2011.
But what book it was?
Re: Foundations of Computer Science
#63Earlier quoted context omitted.
So true. People at my school don't always realize that computer science isn't just about programming, it's truly a subset of mathematics.
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 ?
Re: Foundations of Computer Science
#64Earlier quoted context omitted.
So true. People at my school don't always realize that computer science isn't just about programming, it's truly a subset of mathematics.
Computer science is a big tent. It's an amalgamation of a lot of different things. If you ask "Is computer science X?" the answer is usually yes.
Re: Foundations of Computer Science
#65Earlier quoted context omitted.
So true. People at my school don't always realize that computer science isn't just about programming, it's truly a subset of mathematics.
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 ?
Re: Foundations of Computer Science
#66Also used this book during university. We all had to print it out on a printer.
Re: Foundations of Computer Science
#67Earlier quoted context omitted.
So true. People at my school don't always realize that computer science isn't just about programming, it's truly a subset of mathematics.
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 ?
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.
Re: Foundations of Computer Science
#68I downloaded and merged the individual PDFs into one file, you can grab it here: https://dl.dropboxusercontent.com/u/6428759/merged.pdf Edit: I did this using commands mentioned in some other comments and some Googling (this only works on OSX): curl -O http://i.stanford.edu/~ullman/focs/ch[01-14].pdf && /System/Library/Automator/Combine\ PDF\ Pages.action/Contents/Resources/join.py -o ./merged.pdf ./*.pdf
Might want to switch the last part of the command, though, as all other pdf files in that folder get merged in as well (learned the hard way) :-)
Something like this would probably be safer:
curl -O http://i.stanford.edu/~ullman/focs/ch[01-14].pdf && /System/Library/Automator/Combine\ PDF\ Pages.action/Contents/Resources/join.py -o ./merged.pdf ./ch[0-1][0-9].pdf
Re: Foundations of Computer Science
#69Earlier 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 ?
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 ;).
I heard that computer science was more of a subset of music than math.
Re: Foundations of Computer Science
#70Many people have posted the combined PDF on this thread. However, there is no way to economically print this PDF for self use. Lulu puts the limit at 740 pages and this book weighs in at 790+ pages. Does anyone know of a cheap online printer that can print at around 2cents/page?