Some mid-level math Text book PLZ?!

rebtux

New member
Joined
May 6, 2014
Messages
1
Hello everyone;I was in math all throughout highschool. and my major was math in college.Then everything changed and I went in a tottaly different direction. (there is a life leasson in there for you ).I got my M.A in English Literature and my Doc. in Teaching.Now I want to start math again mainly because of computer programming ( C and C# ....)I need some mid-level books or e-books to get me started mostly on the areas om math needed in "Computer Programming".It would be nice if I have the list of names (which book what sections for example)PS:Ebooks are better but If necessary I will buy the paperback too.
 
In part, it will depend on what kind of programing you will be doing. That is, if you will be programming solutions for differential equations you certainly will need to understand the particular differential equations you will be using.

The old axiom "computer programs do what you tell them to do, not what you thought you told them to do" is something you always need to keep in mind. So you need to convert 'word problems' into computer steps in a logical manner, how do we get there from here type of thing. The mathematical application for programming in general is then, IMO, logic. Again, depending on the application, that is not just the classical logic but also includes, for example, the idea of fuzzy logic.

You might start at
https://archive.org/search.php?query=logic AND computer AND programming AND mediatype:texts
and, in particular, look at 'Fundamentals Of Computer Programming with CSharp' there.

You might also want to glance through
http://en.wikipedia.org/wiki/Logic

One other thing, I've found that it can sometimes help if you are at least familiar with 'several' programming languages. What is possible to do in one is generally possible to do in another but in a different way. That difference can sometimes point to quicker solutions.
 
Top