From d81a634c9053bb191eabbf5e03a1a8ed03a1bde1 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Sun, 1 Feb 2009 08:41:01 -0500 Subject: algibraic names and symbols --- math/algebra | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'math') 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 -- cgit v1.2.3