diff options
author | bryan newbold <bnewbold@snark.mit.edu> | 2009-02-01 08:38:00 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@snark.mit.edu> | 2009-02-01 08:38:00 -0500 |
commit | c2a4fe1d51f1306ad10168bb3d5104f1bb04c097 (patch) | |
tree | 10f2514343907b61e29d9e46372662be8a9fa6f6 /math/algebra | |
parent | 82c3ea3f76ef94a38e12f96de05c79f6306a42eb (diff) | |
download | knowledge-c2a4fe1d51f1306ad10168bb3d5104f1bb04c097.tar.gz knowledge-c2a4fe1d51f1306ad10168bb3d5104f1bb04c097.zip |
more fixes
Diffstat (limited to 'math/algebra')
-rw-r--r-- | math/algebra | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/algebra b/math/algebra index 96197ff..d43a59a 100644 --- a/math/algebra +++ b/math/algebra @@ -6,42 +6,42 @@ Algebra .. list-table:: Closure of binary operators on given sets of numbers - * Operation + * - Operation - :latex:`$+$` - :latex:`$\times$` - :latex:`$-$` - :latex:`$\divide$` - :latex:`$^$` - :latex:`$\sqrt{\text{ }}$` - * Positive Integers + * - 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 |