diff options
Diffstat (limited to 'math/algebra')
-rw-r--r-- | math/algebra | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/math/algebra b/math/algebra index b337a2e..3e39ddb 100644 --- a/math/algebra +++ b/math/algebra @@ -5,42 +5,50 @@ Algebra .. note:: Most of the definitions and notation in the section are based on [rudin]_ or [meserve]_ .. list-table:: Closure of binary operators on given sets of numbers - * Operation - - :latex:`$+$` - - :latex:`$\times$` - - :latex:`$-$` - - :latex:`$\divide$` - - :latex:`$^$` - - :latex:`$\sqrt{\text{ }}$` - * Positive Integers + + * - Operation name + - addition + - product + - subtraction + - division + - power + - root + * - Operation symbol + - :latex:`$a + b$` + - :latex:`$a\times b$` + - :latex:`$a-b$` + - :latex:`$\frac{a}{b}$` + - :latex:`$a^b$` + - :latex:`$\sqrt{\text{a}}$` + * - Positive Integers - Y - Y - N - N - Y - N - * Positive rationals + * - Positive rationals - Y - Y - N - Y - Y - N - * Rationals (and zero) + * - Rationals (and zero) - Y - Y - Y - Y - Y - N - * Reals wrt positive integers + * - Reals wrt positive integers - Y - Y - Y - Y - Y - Y - * Complex numbers + * - Complex numbers - Y - Y - Y |