summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/sets2
-rw-r--r--matlab2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/sets b/math/sets
index e28f886..6d75a55 100644
--- a/math/sets
+++ b/math/sets
@@ -6,7 +6,7 @@ Sets
.. note:: Most of the definitions and notation in the section are based on [rudin]_
-If :latex:`$A \supset B$` and :latex:`$B \supset A$` we write :latex:`$A \eq B$`; otherwise :latex:`$A \neq B$`.
+If :latex:`$A \supset B$` and :latex:`$B \supset A$` we write :latex:`$A = B$`; otherwise :latex:`$A \neq B$`.
.. [rudin] `Principles of Mathematical Analysis (3rd ed)`:title:, by Walter Rudin.
McGraw-Hill, 1976
diff --git a/matlab b/matlab
index 10e11db..ee309d9 100644
--- a/matlab
+++ b/matlab
@@ -5,7 +5,7 @@ Matlab
.. warning::
Stub, just getting started
-`<cyclismo.org http://www.cyclismo.org/tutorial/matlab/matrix.html>`_ has a good tutorial.
+`cyclismo.org <http://www.cyclismo.org/tutorial/matlab/matrix.html>`_ has a good tutorial.
Matrix Operations
------------------