diff options
author | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-02-18 22:29:54 -0500 |
---|---|---|
committer | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-02-18 22:29:54 -0500 |
commit | ca37b21dee235cac16ec98a649e878ffdb3dd25a (patch) | |
tree | 0ed16c9d408a8203d5e8d58aa98bc1049230e83b | |
parent | d021212bf94c35f29df9fab8000e45aac0ad552b (diff) | |
download | knowledge-ca37b21dee235cac16ec98a649e878ffdb3dd25a.tar.gz knowledge-ca37b21dee235cac16ec98a649e878ffdb3dd25a.zip |
syntax
-rw-r--r-- | math/sets | 2 | ||||
-rw-r--r-- | matlab | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 ------------------ |