From 97977332d5712177f0200e4b8269f4902a421721 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 21 Dec 2017 13:18:00 -0500 Subject: [PATCH] summary: Correct length notation Vector length is customarily denoted by |V|. * src/current/include/calc-display.xsl (c:sum, c:length-of): Use new notation. * src/current/summary.xsl: Update N.B. with new notation. --- src/current/include/calc-display.xsl | 8 ++++---- src/current/summary.xsl | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/current/include/calc-display.xsl b/src/current/include/calc-display.xsl index 9a0038b1..ca996b2b 100644 --- a/src/current/include/calc-display.xsl +++ b/src/current/include/calc-display.xsl @@ -166,9 +166,9 @@ - ^{\grave\# + ^{| - } + |-1} @@ -695,9 +695,9 @@ - \#\left( + |\left( - \right) + \right)| diff --git a/src/current/summary.xsl b/src/current/summary.xsl index 330efd1d..2aca8ceb 100644 --- a/src/current/summary.xsl +++ b/src/current/summary.xsl @@ -2113,7 +2113,7 @@
Counting Vectors
- Let \(\#V\) = the number of values within the vector \(V\); this notation is + Let \(|V|\) = the number of values within the vector \(V\); this notation is used within certain summations. You may also see the following notations:
    @@ -2123,7 +2123,7 @@ count the number of swimming pools).
  • - \(\sum_{k=0}^{\#V-1} 1\) to count the number of values in vector \(V\). + \(\sum_{k=0}^{|V|-1} 1\) to count the number of values in vector \(V\).