Some Facts and Algorithms around Polynomials: Basic Definitions.
Feb 3, 2023
In this short story I want to point out some basic facts about polynomials that are often used in applications and theory. The way we will introduce polynomials might feel at first very abstract, but we will see later that this much contributes for handling polynomials implementation-wise.
In case all this is new to you, it might be helpful to verify commutativity and distributivity as an exercise.
In the next story, I am going to provide a representation of the ring of polynomials in Rust.
Thank you for reading!