emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/misc/calc.texi,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/doc/misc/calc.texi,v
Date: Sun, 13 Jul 2008 04:50:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      08/07/13 04:50:40

Index: calc.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/calc.texi,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- calc.texi   29 Jun 2008 03:00:50 -0000      1.20
+++ calc.texi   13 Jul 2008 04:50:39 -0000      1.21
@@ -3002,10 +3002,9 @@
 @end smallexample
 
 @noindent
-You can verify these prime factors by using @kbd{v u} to ``unpack''
-this vector into 8 separate stack entries, then @kbd{M-8 *} to
-multiply them back together.  The result is the original number,
-30045015.
+You can verify these prime factors by using @kbd{V R *} to multiply
+together the elements of this vector.  The result is the original
+number, 30045015.
 
 @cindex Hash tables
 Suppose a program you are writing needs a hash table with at least
@@ -20040,22 +20039,22 @@
 @kindex v n
 @pindex calc-rnorm
 @tindex rnorm
-The @kbd{v n} (@code{calc-rnorm}) address@hidden command computes
-the row norm, or infinity-norm, of a vector or matrix.  For a plain
-vector, this is the maximum of the absolute values of the elements.
-For a matrix, this is the maximum of the row-absolute-value-sums,
-i.e., of the sums of the absolute values of the elements along the
-various rows.
+The @kbd{v n} (@code{calc-rnorm}) address@hidden command computes the
+infinity-norm of a vector, or the row norm of a matrix.  For a plain
+vector, this is the maximum of the absolute values of the elements.  For
+a matrix, this is the maximum of the row-absolute-value-sums, i.e., of
+the sums of the absolute values of the elements along the various rows.
 
 @kindex V N
 @pindex calc-cnorm
 @tindex cnorm
 The @kbd{V N} (@code{calc-cnorm}) address@hidden command computes
-the column norm, or one-norm, of a vector or matrix.  For a plain
+the one-norm of a vector, or column norm of a matrix.  For a plain
 vector, this is the sum of the absolute values of the elements.
 For a matrix, this is the maximum of the column-absolute-value-sums.
 General @expr{k}-norms for @expr{k} other than one or infinity are
-not provided.
+not provided.  However, the 2-norm (or Frobenius norm) is provided for
+vectors by the @kbd{A} (@code{calc-abs}) command.
 
 @kindex V C
 @pindex calc-cross




reply via email to

[Prev in Thread] Current Thread [Next in Thread]