Do you have any recommendations of books or websites that would teach me mathematical notation. As a developer I work on a wide range of projects from .NET/SQL Server stuff through to Flash games and I often find myself referring to articles on the internet for guidance. Many of the articles contain mathematical formula, and unless they are accompanied by "plain English" explanations I usually struggle to convert the formula into code.
I have a degree in Interactive Multimedia, and so I have had no formal higher math education, however, I don't find math to be too taxing to figure out.
Hopefully by learning this notation I will be able to further my knowledge by actually being able to get stuck into more of it.
Please don't suggest I go back to school and do a higher math course as, while i know this would be the best bet, it simply isn't an option. Other than that, any and all suggesstions are welcome.
Cheers
Update,
Here are a few types of thing that I program most often. I'm not sure what areas of math these cover.
- 2d and 3d collision detection
- Reporting utilities for data collection applications (registration forms, surveys, etc.)
- 2d and 3d vector math, mainly based around games
- Colour manipulation (programmatically fading from one colour to the next, adding and subtracting colours, making colours lighter / darker on the fly)
Hope this helps add a bit of context.