summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorJiri (George) Lebl <jiri.lebl@gmail.com>2016-07-09 00:14:56 +0200
committerJiri (George) Lebl <jiri.lebl@gmail.com>2016-07-09 00:14:56 +0200
commit50ba109640297f167b5cd08227af1d8ee5cfbab9 (patch)
tree0278125caa7754d8fb12f8be28354732a2723726 /help
parent43dad82d1efa33b4f65e63c8d4ab0a6a3cfbf9f8 (diff)
Sat Jul 09 00:14:53 2016 Jiri (George) Lebl <jirka@5z.com>
* help/C/genius.xml, src/funclib.c, lib/linear_algebra/linear_algebra.gel: string fixes from Anders Jonsson. * src/eval.c: fix segfault when trying to swap a protected id using swapwith.
Diffstat (limited to 'help')
-rw-r--r--help/C/genius.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/C/genius.xml b/help/C/genius.xml
index 48dc8e36..74695703 100644
--- a/help/C/genius.xml
+++ b/help/C/genius.xml
@@ -6039,7 +6039,7 @@ result as a vector and not added together.</para>
<term><anchor id="gel-function-DeterminantalDivisorsInteger"/>DeterminantalDivisorsInteger</term>
<listitem>
<synopsis>DeterminantalDivisorsInteger (M)</synopsis>
- <para>Get the determinantal divisors of an integer matrix (not its characteristic).</para>
+ <para>Get the determinantal divisors of an integer matrix.</para>
</listitem>
</varlistentry>
@@ -6174,7 +6174,7 @@ a sesquilinear form. The vectors will be made orthonormal with respect to
<term><anchor id="gel-function-InvariantFactorsInteger"/>InvariantFactorsInteger</term>
<listitem>
<synopsis>InvariantFactorsInteger (M)</synopsis>
- <para>Get the invariant factors of a square integer matrix (not its characteristic).</para>
+ <para>Get the invariant factors of a square integer matrix.</para>
</listitem>
</varlistentry>
@@ -6653,7 +6653,7 @@ function of two arguments or it can be a matrix giving a sesquilinear form.
<term><anchor id="gel-function-SmithNormalFormInteger"/>SmithNormalFormInteger</term>
<listitem>
<synopsis>SmithNormalFormInteger (M)</synopsis>
- <para>Return the Smith normal form for square integer matrices over integers (not its characteristic).</para>
+ <para>Return the Smith normal form for square integer matrices over integers.</para>
<para>
See
<ulink url="http://en.wikipedia.org/wiki/Smith_normal_form">Wikipedia</ulink> for more information.