https://github.com/DanielKrawisz/data/blob/master/include/d…
https://github.com/DanielKrawisz/data/blob/master/include/data/math/polynomial.hpp Here's my first attempt at making a polynomial in c++ @641 @1708 @385 Polynomials are very important in math, so having this opens up a lot of possibilities.
Replies
Look forward to learning polynomials
I’m not sure the best questions to ask on this @24
Polynomials are functions organized by maximum depth of multiplication operations. That's a good way of organizing functions because they get harder to understand as you go further out.
0: constants - intuitively obvious
1: linear functions - grade school math
2: quadratic - greeks
3 & 4: quartic and cubic -- middle ages
5: 19th century. After this mathematicians understood solutions to polynomials in a more general way via group theory.