diff options
| -rw-r--r-- | math/algebra | 19 | 
1 files changed, 13 insertions, 6 deletions
| diff --git a/math/algebra b/math/algebra index d43a59a..5f15f4a 100644 --- a/math/algebra +++ b/math/algebra @@ -6,13 +6,20 @@ Algebra  .. list-table:: Closure of binary operators on given sets of numbers -   * - Operation -     - :latex:`$+$` -     - :latex:`$\times$` -     - :latex:`$-$` +   * - Operation name +     - addition +     - product +     - subtraction +     - division +     - power +     - root +   * - Operation symbol +     - :latex:`$a + b$` +     - :latex:`$a\times b$` +     - :latex:`$a-b$`       - :latex:`$\divide$` -     - :latex:`$^$` -     - :latex:`$\sqrt{\text{ }}$` +     - :latex:`$a^b$` +     - :latex:`$\sqrt{\text{a}}$`     * - Positive Integers       - Y       - Y | 
