Describe soydevs

This commit is contained in:
Miloslav Ciz 2021-12-26 20:56:36 -06:00
parent 4419b94379
commit ba71e00942
9 changed files with 48 additions and 10 deletions

View file

@ -8,9 +8,7 @@ On the other hand, one does not have be a math PhD in order to be a great progra
## Overview
Following are some areas of math one, as a programmer, should be familiar with:
TODOOOOOOOOOOOOOOOOO
Following are some areas and topics which a programmer should be familiar with:
- **basics** (high-school level math): arithmetic, expression simplification, functions, equations, geometry, trigonometry, systems of linear equations, quadratic equations, [complex numbers](complex_number.md), logarithms, analythical geomtery (many problems generalize to intersecions of N-dimensional shapes), [polynomials](polynomial.md) (used in many areas, e.g. error correction codes in networking), ...
- **advanced notation**: ability to understand the notation that's often used in papers etc. (the big sigma for sum etc.)