diff options
author | bryan newbold <bnewbold@snark.mit.edu> | 2009-02-01 08:41:01 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@snark.mit.edu> | 2009-02-01 08:41:01 -0500 |
commit | d81a634c9053bb191eabbf5e03a1a8ed03a1bde1 (patch) | |
tree | 3c7fb533306fa051b0c446afbbae440f6254996c /math | |
parent | c2a4fe1d51f1306ad10168bb3d5104f1bb04c097 (diff) | |
download | knowledge-d81a634c9053bb191eabbf5e03a1a8ed03a1bde1.tar.gz knowledge-d81a634c9053bb191eabbf5e03a1a8ed03a1bde1.zip |
algibraic names and symbols
Diffstat (limited to 'math')
-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 |