additive function

Additive functions are functions which satisfy the condition f(x+y) = f(x) + f(y) for any x and y. Additive functions are linear functions.

Algorithm

An algorithm is a series of instructions, either in the form of pseudo-code or in a computer programming language, which aim at solving a problem or at performing some sort of computation. Algorithms are therefore strongly connected to various fields of mathematics and physics, such as probability and statics, calculus and linear algebra. Algorithms apply ... Read more