derivations (0.5.20071110)

  * In tex/eigen.tex (The eigenvalue):
    + In "The nondiagonalizable matrix," explained in a footnote why the
      Schur U_S has the same multiplicities of eigenvalues as does the A
      it comes from.  (Maybe this belongs in the body of the text, but
      it does not flow well there as the body currently is written.)
    + In "The singular value decomposition," explained the step
      to $I_n\Sigma^{*}\Sigma I_n$ more thoroughly.
  * Edited the rest of the book in further, minor ways.

 -- Thaddeus H. Black <thb@derivations.org>  Sat, 10 Nov 2007 00:00:00 +0000

derivations (0.5.20071108)

  * In btool/fill-toc-ends, tex/main.tex and tex/Makefile, corrected
    the PDF table-of-contents regimen to create and use a new
    page-number file tex/main.pgn at build time, rather than trying to
    glean the needed page numbers unreliably from the *.log file.
  * Corrected "this is because" to "this is so because" throughout the
    manuscript.
  * Gave Richard Courant and David Hilbert their full names in the
    narrative and bibliography.
  * In tex/drvtv.tex (The derivative), "The Newton-Raphson iteration,"
    slightly improved the form of the iteration formula, letting the
    specification apply to the formula's entire right side; and referred
    to the new Newton-Raphson section in tex/mtxinv.tex (Inversion and
    orthonormalization).
  * In tex/taylor.tex (The Taylor series):
    + Corrected the title of "The power series expansion
      of 1/(1-z)^{n+1}" to "The power-series expansion...."
    + Added the new "Extrema over a complex domain."
    + Generalized and rewrote "Calculation outside the fast convergence
      domain."
  * Throughout the matrix chapters, where displayed matrices were
    stacked, either split the stack with appropriate verbiage or
    combined the stack into a single LaTeX equation environment of the
    appropriate kind, to prevent LaTeX from splitting the stack at a
    page boundary.  (This is not a wholly satisfactory solution.  The
    stacks are tall.  They leave some pages pretty empty.  Keeping the
    stack together however seems preferable to beginning a page with a
    displayed equation.)
  * In tex/matrix.tex (The matrix):
    + In "The general scaling operator," introduced the "diag" notation.
    + In "The unit triangular matrix," explained and symbolized the
      Schur-form triangular matrices better.
    + Added "The Jacobian derivative."
  * In tex/gjrank.tex (Rank and the Gauss-Jordan), at the close of the
    section "The Gauss-Jordan" decomposition, warned the reader to
    expect also the Gram-Schmidt and Schur decompositions in the
    following chapters.
  * Extended, generally reorganized and significantly rewrote the two
    chapters tex/mtxinv.tex (Inversion and orthonormalization) and
    tex/eigen.tex (The eigenvalue).  Even moved some material from one
    chapter to the other.  Retitled the former chapter, whose old name
    was "Matrix inversion."
  * Edited the rest of the book in further, minor ways.

 -- Thaddeus H. Black <thb@derivations.org>  Thu, 08 Nov 2007 00:00:00 +0000

derivations (0.5.20071015)

  * Prepared this revision as an editing checkpoint for internal use
    only, not for release.  Did not release it.  (The reason to do such
    a thing is that the author habitually uses diff(1) to check the
    changes each new revision brings against the revision before it.
    This is hard to do when the chapter/file structure of the source
    changes from one revision to the next.  This revision more or less
    isolates changes that disrupt the author's use of diff(1).)
  * Cancelled the planned chapter tex/mtxalg.tex (Matrix algebra),
    moving its section "The pseudoinverse" to the end of the newly
    constituted tex/mtxinv.tex (Matrix inversion).
  * Split the existing chapter tex/eigen.tex (Inversion and eigenvalue)
    in two: tex/mtxinv.tex (Matrix inversion); tex/eigen.tex (The
    eigenvalue).  Planned to add to these chapters some of the material
    earlier planned for the now canceled "Matrix algebra" chapter.
  * Conventionalized the book's terminology to read "unit triangular
    matrix" where it had read "triangular matrix."  Added the standard
    definition of the "triangular matrix," and added definitions of the
    "strictly triangular matrix" and the "diagonal matrix" for good
    measure.
  * Conventionalized the book's terminology to read "Gauss-Jordan (LU)
    decomposition," "orthonormalizing (QR) decomposition," etc., rather
    than "factorization" in each case.
  * Abandoned the archaic notation |A| for the determinant, converting
    generally to "det A".
  * Noted here for general interest is that the fact that a particular
    revision of the book is not released does not make the changelog for
    that revision irrelevant to readers who follow the changelog file.
    On the contrary, the changes in an unreleased revision normally
    carry through to future released revisions.  Their changelogs are
    relevant for this reason.

 -- Thaddeus H. Black <thb@derivations.org>  Mon, 15 Oct 2007 00:00:00 +0000

derivations (0.5.20071011)

  * After changing the several items listed below, found the overall
    result unsatisfactory.  Closed the revision as it stood but did not
    release it.  Thought for the next revision to cancel the old plan
    for the fourth chapter of the matrix sequence, to have been titled
    "Matrix algebra"; and instead to split the third chapter of the
    sequence, tex/eigen.tex (Inversion and eigenvalue), in two,
    distributing some of the formerly planned "Matrix algebra" material
    between the two.
  * In tex/Makefile:
    + Added a long comment to guide a hypothetical future maintainer of
      the book.
    + As an alternative to shipping a modified book.cls with the source,
      caused the book's build procedure to copy and modify LaTeX's
      standard book.cls locally.  (The resulting modified class file is
      named derivations-book.cls, but this class file is generated only
      at build time.  It cannot be found among the source files, because
      almost all its content is already present in the LaTeX
      installation required to build the book, anyway.  It can however
      be generated from the top source directory by "make
      tex/derivations-book.cls" whenever it is wanted.)
  * In tex/main.tex, changed(!) to \documentclass{derivations-book}.
  * In tex/matrix.tex (The matrix):
    + Gave C^{-1} = 2I - C identities to some of the addition operators
      for which they hold.
    + Introduced the new table "Properties of the parallel triangular
      matrix."
    + Added shift-and-truncate identities to "The shift operator."
  * In tex/gjrank.tex (Rank and the Gauss-Jordan):
    + Added "Properties of the factors."
    + Added "Factoring an extended operator."
    + Added "Under- and overdetermined systems (introduction)."
  * Revised tex/eigen.tex (Inversion and eigenvalue) generally.
  * Started the first few words of a new chapter tex/mtxalg.tex (Matrix
    algebra), but see the first changelog item in this entry above.
  * Edited the rest of the book in further, minor ways.

 -- Thaddeus H. Black <thb@derivations.org>  Thu, 11 Oct 2007 00:00:00 +0000

derivations (0.5.20070926)

  * Moved the list of figures to after the list of tables.
  * Reread the rest of the manuscript, improving, correcting and
    supplying as in the last changelog.
  * Introduced the shorthand matrix notations A^{-T} and A^{-*}.
  * In tex/pref.tex (Preface), acknowledged G.S. Brown and noted that
    the book does not number theorems.
  * In tex/matrix.tex (The matrix):
    + In the introduction to the section "Dimensionality and matrix
      forms," acknowledged that the section's formalisms are nonstandard.
    + In "The rank-r identity matrix," promoted a footnote on I_3's
      infinite dimensionality to an in-line parenthetical note.
    + In "The scaling quasielementary or general scaling operator,"
      gave a summational decomposition of D.
  * In tex/gjrank.tex (Rank and the Gauss-Jordan):
    + Eliminated several confusing, unnecessary transpositions.
    + Gave definitions of full row and column rank in "The full-rank
      matrix."
    + Added the new subsection "Full column rank and the Gauss-Jordan
      factors K and S."
  * In tex/eigen.tex (Inversion and eigenvalue):
    + Repaired and rewrote "Inverting the square matrix."
    + Integrated some motivational narrative into "The exactly
      determined linear system."
    + In "The eigenvector," defined the term "eigensolution."
    + Appended the new "Matrix condition."
  * Generally in the matrix chapters, changed C_> and C_< to G_>
    and G_<; and changed the generic notation for the full-rank
    factorization from XY to BC.
  * In tex/def.tex, added the new macro \mdots.
  * Scanned the LaTeX source for obsolete commented-out markup.
    Deleted such.

 -- Thaddeus H. Black <thb@derivations.org>  Wed, 26 Sep 2007 00:00:00 +0000

derivations (0.5.20070921)

  * Added an explicit "all:" target to the root Makefile.
  * Reread the manuscript through the end of tex/cubic.tex (Cubics and
    quartics) and reread the appendices, improving the manuscript's
    style in numerous small instances, correcting a few minor errors,
    and supplying some relatively insubstantial omissions along the way.
  * Unsure of the number, stopped trying to count "the [four] most
    famous results in all of mathematics."
  * In tex/alggeo.tex (Classical algebra and geometry):
    + In "Properties of the logarithm," added two properties to the
      table explicitly expressing the inverse relationship between
      exponentiation and the logarithmic operation.  Explained the
      derivations of two of the properties already in the table more
      thoroughly.
    + In "Multiplication and division of complex numbers in rectangular
      form," added an equation about (z^*)(z).
    + In "Complex conjugation," linked the reverse induction logic more
      explicitly, and put the observation that the product of conjugates
      is the conjugate of the product in symbolic form.
  * In tex/trig.tex (Trigonometry), partly rewrote the start of the
    "Definitions" section.
  * In tex/drvtv.tex (The derivative), "L'Hospital's rule," pointed out
    that one can apply the rule recursively, and otherwise generally
    explained things better.
  * In tex/cexp.tex (The complex exponential):
    + Removed the unnecessary "+" signs from the several "lim_{z->0^+}".
    + In "The natural logarithm," wrote briefly about converting from
      other bases.
    + In "The actuality of complex quantities," extended the remarks on
      Occam's razor."
  * In tex/noth.tex (Primes, roots and averages), "Compositional
    uniqueness," covered prime C/r.
  * In tex/taylor.tex (The Taylor series):
    + In "Shifting a power series' expansion point" and "Analytic
      continuation," treated more carefully the fact that the new
      expansion point of a directly shifted series must lie within the
      original series' convergence domain.
    + In "Error bounds, examples," subscripted R.
  * In tex/inttx.tex (Integration techniques):
    + Rewrote the latter half of the chapter's introduction.
    + Renamed "Integrating rational functions" to "Integrating a
      rational function."
    + Rewrote the subsection "Multiple poles (the conventional
      technique)," splitting it in three: "The derivatives of a rational
      function"; "Repeated poles (the conventional technique)"; and "The
      existence and uniqueness of solutions."  Gave a different
      derivation, since the old one was wrong.
    + Generally renamed the "multiple pole" to the "repeated pole,"
      including in (sub)section titles.
  * Having partly neglected to do so for the last release, properly
    spell-checked this release.

 -- Thaddeus H. Black <thb@derivations.org>  Fri, 21 Sep 2007 00:00:00 +0000

derivations (0.5.20070912)

  * Added the new build tool btool/complete-pdf, along with its C++
    source, which tool gives proper page numbering and a PDF table of
    contents to the book's PDF.  Updated the Makefile accordingly.
  * Corrected some entries in the bibliography.
  * In tex/main.tex, issued \cleardoublepage commands before and
    after \makeindex, to cause the index to begin on an odd page and
    end on an even, as do all the book's other chapter-level elements.

 -- Thaddeus H. Black <thb@derivations.org>  Wed, 12 Sep 2007 00:00:00 +0000

derivations (0.5.20070703)

  * After considerable study and experimentation, found the proposed
    transition to PGF and PDFLaTeX too hard for now.  (PGF/TikZ seems to
    break at least LaTeX's $\:$ operator, but the real reason not to
    change over is that the manuscript is now too long; the changeover
    would take too much effort.  It seems preferable eventually to hack
    correct PDF page numbers and a PDF table of contents within the
    framework of the existing document source.
  * Edited the rest of the book in further, minor ways.

 -- Thaddeus H. Black <thb@derivations.org>  Tue, 03 Jul 2007 00:00:00 +0000

derivations (0.5.20070524)

  * Did not actually release this version, meant only to mark internal
    development.  However, recorded changes here anyway because the
    changes must accumulate toward the next version actually released.
  * Updated the author's e-mail address.
  * In tex/def.tex, defaulted to the newer, correct \scalebox usage
    rather than to the older, incorrect usage.  (Left the older usage in
    the file, only commented out, for those who still need it.)
  * Edited the rest of the book in further, minor ways.
  * Wanted to migrate toward building the book by PDFLaTeX, but observed
    that this was easier said than done.  Noted that the book's many
    PSTricks diagrams regrettably seem not to carry gracefully over to
    PDFLaTeX, leaving the author with a dilemma: to migrate the diagrams
    to a compatible format like PGF, or to forego PDFLaTeX?  Thought
    that going to PDFLaTeX was probably a necessary step.  Reached no
    decision, but leaned toward the PGF solution.  Feared that
    translating the diagram sources by hand would take many hours,
    though.  (Noted that there exists a PDFTricks package, but that the
    package seems inadequate to the purpose.)

 -- Thaddeus H. Black <thb@derivations.org>  Thu, 24 May 2007 00:00:00 +0000

derivations (0.5.20070327)

  * In tex/alggeo.tex (Classical algebra and geometry):
    - Added the new subsection "Dividing power series by matching
      coefficients."
    - In the subsection "Properties of the logarithm" and also in its
      table, added the property that w^p == a^(p*log_a(w)).
  * In tex/drvtv.tex (The derivative), in the "l'Hospital's rule"
    section, corrected several instances of "singularity" to "pole."
    Slightly revised the surrounding text accordingly.
  * In tex/cexp.tex (The complex exponential), added more information on
    the hyperbolic functions.
  * In tex/taylor.tex (The Taylor series):
    - Added Taylor series for sinh and cosh to the Taylor-series table.
    - Added the new section "Trigonometric poles."
  * In tex/inttx.tex (Integration techniques), added the new
    section "Integrating products of exponentials, powers and
    logarithms," including a short table of relevant antiderivatives.
  * Realizing that the book's existing citation style burdened the text,
    lightened the style by shifting most of the citations to footnotes.
  * In the book's index, added the birth and death dates of most of the
    mathematicians named there, mostly per Wikipedia.
  * Improved the typesetting of the magnitude sign |z|.
  * Edited the rest of the book in further, minor ways.

 -- Thaddeus H. Black <derivations@b-tk.org>  Tue, 27 Mar 2007 00:00:00 +0000

derivations (0.5.20070322)

  * Linked the first three of the four matrix chapters officially into
    the book for the first time:
    - tex/matrix.tex (The matrix);
    - tex/gjrank.tex (Rank and the Gauss-Jordan);
    - tex/eigen.tex (Inversion and eigenvalue).
    Observed that these chapters did not just suddenly appear, but had
    been in various drafts for years.  Did not yet link the fourth
    matrix chapter tex/mtxalg.tex (Matrix algebra).
  * In tex/drvtv.tex (The derivative), expanded a footnote in
    the "Summational and integrodifferential transitivity" subsection
    into a more carefully turned warning against conditional
    convergence, in the main narrative.
  * In tex/def.tex, added the new typesetting macro \mfd to render a
    matrix's determinant.
  * Replaced several instances of the word "while" by the less ambiguous
    word "whereas."
  * Edited the rest of the book in further, minor ways.
  * Noted for historical interest that the book had 372 pages, with
    thirteen chapters plus appendices, a preface and other such
    auxiliary parts.

 -- Thaddeus H. Black <derivations@b-tk.org>  Thu, 22 Mar 2007 00:00:00 +0000

derivations (0.5.20070307)

  * Did not actually release this version, meant only to mark internal
    development.  However, recorded changes here anyway because the
    changes must accumulate toward the next version actually released.
  * In tex/intro.tex (Introduction), generally revised the "Complex
    numbers and complex variables" section.
  * In tex/alggeo.tex (Classical algebra and geometry),
    extended a footnote to treat the various connotations
    of the terms "polynomial," "power series" and "Laurent series"
    in professional and applied usage.
  * In tex/drvtv.tex (The derivative), in the section "The derivative
    product rule," added the two-element quotient form of the rule.
  * In tex/taylor.tex (The Taylor series):
    - In the "Expanding functions in Taylor series" section, defined the
      term "Maclaurin series."
    - Rewrote and extended the latter part of the "Analytic
      continuation" section.
    - Added the new "Entire and meromorphic functions" section.
    - Corrected a gruesome error in the subsection "Enclosing a multiple
      pole," where the book had previously, quite falsely, found every
      complex contour integral about a multiple pole to come to zero.
    - Added the new "Taylor series in 1/z" section.
  * In tex/inttx.tex (Integration techniques):
    - In the "Partial-fraction expansion" subsection, corrected the
      limits of summation on the numerator polynomial in the unexpanded
      form.
    - Added the new "Multiple poles (the conventional technique)"
      subsection.
  * In tex/bib.bib (bibliography), corrected the date of Dr. Kohler's
    lecture.
  * Observing that the English verb "to prove" declines in a strange
    way, changed several (but not all) instances of "proven" to the
    semantically equivalent alternative participle "proved," depending
    on the rhythm of the sentence in which the word appears.
  * Edited the rest of the book in further, minor ways.
  * Further worked on the four matrix chapters, but did not yet
    permanently link them into the book.  Brought tex/gjrank.tex (Rank
    and the Gauss-Jordan) to a first fully coherent draft.

 -- Thaddeus H. Black <derivations@b-tk.org>  Wed, 07 Mar 2007 00:00:00 +0000

derivations (0.5.20070219)

  * Added the author's year of birth and his estimate of the book's
    U.S. Library of Congress class to the back of the title page.
  * In tex/cubic.tex (Cubics and quartics), in the narrative of
    the "Guessing the roots" section, corrected a_0q to a_0q^n.
  * Edited the rest of the book in further, minor ways.
  * Finally worked tex/matrix.tex (The Matrix) into a usable form.
    Edited it down to 38 pages, which are still a lot but are a marked
    improvement against earlier drafts.  Cautiously refrained
    nevertheless, for the moment, from linking the chapter into the book
    proper, on the ground that the chapter alone is of limited interest
    without the (presently) three additional matrix chapters which
    follow.  Hoped that, with this foundational matrix chapter finally
    in good order, the other three matrix chapters (already partly
    written) would prove easier to complete than this one has done.
    (Will they?  We shall see.  On the other hand, the author has had
    limited time available to work on the book in recent months in any
    case, which is the main reason the Matrix chapter has taken so long
    to write.)

 -- Thaddeus H. Black <derivations@b-tk.org>  Mon, 19 Feb 2007 00:00:00 +0000

derivations (0.5.20070217)

  * Rendered the citation style more consistent throughout the book.
    (Remained somewhat dissatisfied with the style, however.  It's too
    bulky.)
  * Generally changed the default product dummy variable from k to j.
    Retained k for summations.  Also in the (not yet included) matrix
    chapters, retained k even for products, inasmuch as j serves a
    conflicting role there.
  * Promoted Cauchy's integral formula to the rank of one of the, now
    four, most famous results in all of mathematics.
  * In tex/alggeo.tex (Classical algebra and geometry), in the
    table "Power properties and definitions,"  corrected the
    condition z >= 0 to n >= 0.
  * In tex/drvtv.tex (The derivative), in the "Derivative product rule"
    subsection, extended the specialized form to handle logarithms.
  * In tex/inttx.tex (Integration techniques), in the "Integration by
    closed contour" section, added a second example which, unlike the
    first, does not extend the contour.
  * Edited the rest of the book in further, minor ways.
  * Further worked on the four matrix chapters, but did not yet link
    them into the book.

 -- Thaddeus H. Black <derivations@b-tk.org>  Sat, 17 Feb 2007 00:00:00 +0000

derivations (0.5.20070213)

  * In tex/taylor.tex (The Taylor series), numbered the formerly
    unnumbered first equation of the section "The Laurent series."
  * Did not otherwise edit the book, but noted here that the last
    changelog forgot to mention that additional, minor edits were made.

 -- Thaddeus H. Black <derivations@b-tk.org>  Tue, 13 Feb 2007 00:00:00 +0000

derivations (0.5.20070212)

  * (Susan M. Doyle) Corrected several instances of incorrect
    punctuation throughout the book, particularly with respect to the
    use of ellipses.
  * Further refined the book's preface.
  * (Susan M. Doyle) In tex/intro.tex (Introduction), edited the header
    of the section "Rigor" to make the language there less strained.
  * In tex/cexp.tex (The complex exponential), extended the
    section "Fast and slow functions" to lend the reader a better
    subjective sense of the manner in which logarithms and exponentials
    diverge, and to observe the fundamental zeroth-order resemblance
    between logarithms and constants.
  * In tex/integ.tex (The integral), renamed the section "Checking
    integrations" to "Checking an integration."
  * In tex/taylor.tex (The Taylor series):
    - In the subsection "Convergence," extended a footnote to excuse the
      book from the (for it) unnecessary rigor of the Weierstrass M
      test.
    - Added the new section "The Laurent series."
  * In tex/inttx.tex (Integration techniques), added the new
    section "Frullani's integral."
  * In tex/cubic.tex (Cubics and quartics), corrected the quartic table
    to handle the degenerate case K = 0.

 -- Thaddeus H. Black <derivations@b-tk.org>  Mon, 12 Feb 2007 00:00:00 +0000

derivations (0.5.20070206)

  * Moved two philosophical paragraphs on convention from
    tex/pref.tex (Preface) to tex/hist.tex (Manuscript History).
    Generally revised the preface again.
  * In tex/taylor.tex (The Taylor series):
    - Revised the chapter generally, rendering it significantly easier
      for the reader to follow.
    - Corrected the Taylor series of the natural logarithm.
    - Added the new subsection "Enclosing a multiple pole".
    - Renamed the "Bounds" section to "Error bounds," and rewrote it.
    - Added the new section "Odd and even functions."
  * Further worked on the four matrix chapters, but did not yet link
    them into the book.
  * Slightly revised the outline of future work in tex/stub.tex (To be
    written).
  * Edited the rest of the book in further, minor ways.

 -- Thaddeus H. Black <derivations@b-tk.org>  Tue, 06 Feb 2007 00:00:00 +0000

derivations (0.5.20061214)

  * Introduced the new file tex/use.tex, to include \usepackage{}
    commands formerly in tex/main.tex.
  * Expanded the club of "the most famous results in all of mathematics"
    from two to three, adding the fundamental theorem of calculus to the
    Pythagorean theorem and Euler's formula.  Revised the text
    accordingly.
  * Renamed the "principal angles" to the "hour angles."
  * Rewrote much of the book's preface, in tex/pref.tex.
  * In tex/drvtv.tex (The derivative), improved and expanded the section
    on the Newton-Raphson iteration.
  * Added the short but complete new chapter tex/cubic.tex (Cubics and
    quartics), between tex/inttx.tex (Integration techniques) and
    tex/matrix.tex (The matrix).
  * In tex/alggeo.tex (Classical algebra and geometry):
    - Ended the "Quadratics" section with a reference to the new chapter
      tex/cubic.tex (Cubics and quartics).
    - In "Dividing power series," changed a few of the symbols slightly
      and added an early note excusing some readers from reading the
      rest of the subsection.
    - In "Indeterminate constants, independent variables and dependent
      variables," added a parenthesized note on dummy variables.
    - Generally revised, clarified and improved the "Complex
      conjugation" subsection.
  * In tex/trig.tex (Trigonometry), rewrote "Scalars, vectors
    and vector notation."
  * In tex/drvtv.tex (The derivative), in the "Powers of numbers near
    unity" subsection, disambiguated two separate symbols formerly both
    represented as \epsilon.
  * In tex/cexp.tex (The Complex Exponential):
    - Footnoted an alternate derivation of Euler's formula.
    - In the "Euler's formula" section, restored a missing `i' to
      several exponents.
  * In tex/taylor.tex (The Taylor Series):
    - In "Integrating along the contour," corrected several typos in the
      various coefficients and integration limits, and added a footnote
      clarifying a point of rigor involving convergence domains.
    - In "Taylor series for specific functions," extended the
      convergence domains for exp, sin and cos.
    - Added the new section "Bounds."
  * Split the three draft matrix chapters again, now into four chapters:
    - tex/matrix.tex (The matrix);
    - tex/gjrank.tex (Rank and the Gauss-Jordan);
    - tex/eigen.tex  (Inversion and eigenvalue);
    - tex/mtxalg.tex (Matrix algebra).
    Observed that these chapters were certainly not yet ready for
    release, and in fact that they seemed likely to need to be
    reorganized and/or renamed again before release.
  * Excluded the four matrix chapters from the book (though included the
    four source files with the book's source).  In their place, added a
    stub chapter tex/stub.tex.
  * In tex/hist.tex (Manuscript history), expanded and partly rewrote
    the paragraph about encyclopedic works.
  * Edited the rest of the book in further, minor ways.

 -- Thaddeus H. Black <derivations@b-tk.org>  Thu, 14 Dec 2006 00:00:00 +0000

derivations (0.5.20061014)

  * Did not actually release this version.  (The author's spare time to
    write the book, always limited, has been scanter than usual lately;
    but still the work creeps forward some evenings, half an hour here,
    an hour there.  The author did feel pretty good about the last
    version released, as far as the book had then gone, so is not now
    anxious to imbalance the work by rushing additional chapters to it.
    Under such conditions---when the author's writing time is
    fragmented---unreleased working versions, documented here, help keep
    the author's thoughts in order.)
  * Further generally revised the as yet immature tex/matrix.tex (The
    matrix).
  * Added a paragraph on footnotes to and otherwise slightly revised
    tex/pref.tex (Preface).  Also added, but for the time being
    commented out, a future draft alternative to the preface's "work in
    progress" paragraph.
  * Separated the last part of the section "L'Hopital's rule" of
    tex/drvtv.tex (The derivative).  Moved it to tex/cexp.tex (The
    complex exponential) as the new section "Fast and slow functions."
  * In the "Serial and parallel addition" subsection of
    tex/noth.tex (Primes, roots and averages), defined the
    word "iff."  (If memory serves, the word had once been defined
    earlier in the book, but redaction since then evidently has moved
    or removed the earlier definition.)
  * Noted the irony: sometimes, at least in some ways, the smaller the
    change a version represents, the longer the changelog.  For sweeping
    changes, one tends merely to log, "sweeping changes."  Odd, yes, but
    sometimes true nonetheless.
  * Renamed tex/invdet.tex (Matrix inversion and the determinant) to
    tex/eigen.tex (Inversion and eigenvalue).  Began typesetting the
    chapter, taking it up through the first page or two of the
    eigenvalue treatment, but then lost compositional coherence---lost
    the thread of the narrative, as it were.  Observed that the
    eigenvalue treatment did not flow sufficiently cleanly from what had
    gone before, indicating a need for some changes in what had gone
    before.  Halted for a time to mull the matter, logging this internal
    version to document the stopping point.

 -- Thaddeus H. Black <derivations@b-tk.org>  Sat, 14 Oct 2006 00:00:00 +0000

derivations (0.5.20060926)

  * Did not actually release this version.
  * Linked into the book the three new chapters
    - tex/matrix.tex (The matrix),
    - tex/invdet.tex (Matrix inversion and the determinant), and
    - tex/mtxalg.tex (Matrix algebra).
    Of the three, tentatively finished the first, but did not truly
    start the other two.
  * Because the book had begun to progress beyond its basic first nine
    chapters, advanced the version number to 0.5 (arguably the number
    could have been 1.1 rather than 0.5, but as decided in the
    derivations 0.4.20060804 changelog below, let us not rush that).

 -- Thaddeus H. Black <derivations@b-tk.org>  Tue, 26 Sep 2006 00:00:00 +0000

derivations (0.4.20060920)

  * (Andreas Jochens and Julian Gilbey) Replaced all instances of the
    LaTeX \scalebox macro with the new \localscalebox, defined in
    tex/def.tex, thus allowing the user building from source to select
    teTeX-2 or teTeX-3 \scalebox syntax as appropriate.  Thanked Andreas
    Jochens for identifying the bug and Julian Gilbey for fixing it.
  * Identified and removed from the book source many commented-out
    passages of text never likely to be used again.
  * In tex/alggeo.tex (Classical algebra and geometry):
    - Explicitly pointed out that 0! == 1.
    - Better motivated the long division procedure.  Appended thereto an
      explanation of why remainders have order one less than divisors.
    - Extended the title of the subsection "Common power-series
      quotients" with "... and the geometric series."
    - Added the new subsection "Variations on the geometric series."
    - Appended to the discussion of roots and poles a brief
      parenthetical note on branch points.
    - Slightly expanded the narrative in the section "Complex
      numbers (introduction)."
  * In tex/trig.tex (Trigonometry), changed the angle symbol beta to psi
    in the "Rotation" section, to avoid confusion with the beta of the
    following section.
  * In tex/cexp.tex (The complex exponential):
    - Rewrote the discussion of the bound on the constant e.  Added
      plots of the natural exponential and the natural logarithm.
    - Replaced the analogy of the mirrored portrait with an analogy of
      reflected handwriting.
    - Corrected the several "d/dz" to "d/dw" in the table "Derivatives
      of the inverse trigonometrics."
  * In tex/noth.tex (Primes, roots and averages):
    - Replaced the entire convoluted contents of the "Polynomial roots"
      subsection with a simpler, much briefer argument to the same
      effect.
    - Slightly shortened and clarified the paragraph on finding roots
      and the Newton-Raphson.
  * In tex/integ.tex (The integral),
    - Reorganized and partly rewrote the chapter's introduction and
      first section.  Added a figure on the trapezoid rule.
    - Added the new section "Checking integrations."
    - Slightly revised the section "Remarks (and exercises)."
  * In tex/taylor.tex (The Taylor series):
    - Slightly reworded some parts of the section "Shifting a power
      series' expansion point."
    - In the section "The multidimensional Taylor series," explicitly
      displayed a few more instances of the k-vector.
  * In tex/inttx.tex (Integration techniques):
    - Clarified the integration checks.
    - Expanded the "Integration by parts" section.
    - Added a little more explanation to the end of the "Method of unknown
      coefficients" section.
    - In the section "Integration by closed contour," explained
      why I_1 + I_3 != 0.  Expanded and clarified the section.
    - In the section "Integration by partial-fraction expansion,"
      replaced a confusing limit with a more precise ratio of equations.
  * Reduced the type size in the book's index.
  * Edited the rest of the book in further, minor ways.
  * Split the two unlinked rough-draft chapters reluctantly into three,
    with the new, middle one being tex/invdet.tex, tentatively
    entitled "Matrix inversion and the determinant."  (The chapter
    tex/matrix.tex, "The matrix," had grown too long comfortably to
    accommodate further material.)
  * Below in this changelog, corrected the incorrect former version
    number (0.1.19891206) to the correct number (0.1.19890714).

 -- Thaddeus H. Black <derivations@b-tk.org>  Wed, 20 Sep 2006 00:00:00 +0000

derivations (0.4.20060804)

  * Advanced the version number to 0.4, observing that the typeset
    manuscript had grown into a concise but entire book.  (The previous
    revision might have been 0.4, too; but the author did not want to
    rush the revolution.  However, the time has come.  Many more
    chapters remain to be added to the book, but the book's basic
    content is all there now.  Arguably, this revision could even be
    numbered 1.0, but, well, let us not rush that.  The number 1.0 can
    afford to wait many years if we want.  The 0.4 will do for the time
    being.)
  * Started a new practice, appropriate now to the manuscript's rising
    overall maturity level, of not linking new, immature material into
    the actual book.  Noted therefore that the tex/ directory can now
    contain source files which the actual book does not yet include.
    Advised developers and others reading the source to review
    tex/main.tex to see which material the book does officially include.
  * Began the new chapters tex/matrix.tex and tex/mtxalg.tex---"The
    Matrix" and "Matrix Algebra," respectively---but in LaTeX source
    form only.  Did not yet link them into the actual book.
  * Throughout the LaTeX source, to improve the quality of the
    typesetting, added TeX tilde ~ ties as practical and appropriate to
    attach in-line variable names and short factors to the preceding
    words, thus preventing most lines of narrative text from beginning
    with a variable name.
  * Rationalized and explained the <- change-of-variable / assignment
    notation.  Corrected several instances where the notation had
    improperly been applied in reverse.
  * In tex/pref.tex (Preface), further slightly refined the rhetoric.
  * In tex/intro.tex (Introduction):
    - Added a pertinent 1924 quote of R. Courant and D. Hilbert.
    - Deleted unnecessary verbiage from the "Complex numbers and complex
      variables" section.
  * In tex/alggeo.tex (Classical algebra and geometry):
    - Added the new subsection "Negative numbers."
    - Added the new subsection "The change of variable."
    - Added the new section "The arithmetic series."
  * Edited most of the chapters and other parts of the book in further,
    minor ways.
  * Warmly welcomed Karl Sarnow and Xplora Knoppix
    [http://www.xplora.org/downloads/Knoppix] aboard as a distributor of
    the book.

 -- Thaddeus H. Black <derivations@b-tk.org>  Fri, 04 Aug 2006 00:00:00 +0000

derivations (0.3.20060607)

  * Reviewed the book line by line, finding and correcting many
    deficiencies.
  * Added the new file tex/sphere.tex, providing not a chapter but
    rather a detailed figure of the sphere and its parts, to be included
    in the book where needed.
  * In tex/pref.tex (Preface), reworded one sentence slightly.
  * In tex/intro.tex (Introduction), added the new section "Complex
    numbers and complex variables."
  * In tex/alggeo.tex (Classical algebra and geometry):
    - Added the new subsection "Negative numbers."
    - Improved the explanation of long division.
    - Distinguished poles from other singularities.
  * In tex/trig.tex (Trigonometry):
    - Added a plot of the sine function.
    - Condensed and clarified the formerly ponderous calculation of the
      trigonometrics of the principal angles.
    - Added the new section "Cylindrical and spherical coordinates."
  * In tex/drvtv.tex (The derivative):
    - Improved the introduction to combinatorics.
    - Added the new subsection "Complex powers of numbers near unity."
    - Contrasted the unbalanced against the balanced definition of the
      derivative.
    - Added the new subsection "The derivative of a function of a
      complex variable."
    - Expanded and slightly renamed the subsection "The derivative
      of z^a."
    - Added the new subsection "The logarithmic derivative."
  * In tex/cexp.tex (The complex exponential):
    - Sharpened the development of Euler's formula.
    - Refined the discussion of Occam's razor and the modeling of wave
      phenomena by complex functions.
  * In tex/noth.tex (Primes, roots and averages), oriented the reader
    subjectively to parallel addition.
  * In tex/integ.tex (The integral):
    - Rendered more precise the presentation of the basic integral
      concept.
    - Correcting an oversight, added a balanced definition of the
      integral to match the balanced definition of the derivative of
      tex/drvtv.tex.
    - Clarified the antiderivative.  Presented the fundamental theorem
      of calculus more explicitly.
    - Added the new section "Areas and volumes."
    - Correcting an oversight, properly introduced the contour
      integration symbol.
    - Added the new section "Discontinuities," presenting the Heaviside
      unit step and the Dirac delta.
  * Substantially rewrote tex/taylor.tex (The Taylor series).
  * In tex/inttx.tex (Integration techniques):
    - Rewrote the chapter's introduction.
    - Highlighted the usefulness of (d/dz) ln(z) as an antiderivative,
      even where z is not a real, positive number.
    - Motivated better the method of unknown coefficients.  Added a
      second example of the method, this time applied to a differential
      equation.
    - Cautioned the reader against enclosing branch points in Cauchy
      contours.
    - Fixed false counter indexing in the method of unknown
      coefficients.
    - Restored a missing coefficient in the pole-separation formula.
    - Added the new section "Integration by Taylor series."
  * In tex/hex.tex (Appendix: Hex and other notational matters), fixed
    some typos and slightly improved the prose in a few spots.
  * In tex/greek.tex (Appendix: The Greek alphabet), identified
    loop-counting variables more precisely.
  * In tex/main.tex, in the copyright and licensing statement,
    changed the word "may" to the more standard "can."
  * Edited the book in many lesser ways not itemized here.
  * Observed here that the book's first nine chapters, through
    tex/inttx.tex (Integration techniques), were now substantially
    complete; and that---although many, many interesting mathematical
    topics remained for the book to treat in coming years---the
    manuscript as it stood finally formed a concise but entire book.
    Noted for historical interest that the book had 212 pages, with nine
    chapters plus appendices, a preface and other such auxiliary parts.

 -- Thaddeus H. Black <derivations@b-tk.org>  Wed, 07 Jun 2006 00:00:00 +0000

derivations (0.3.20060508)

  * In tex/alggeo.tex (Classical algebra and geometry):
    - (Juan Pedro Vallejo) Swapped p and q in the "Power properties and
      definitions" table.
    - Added a table summarizing general properties of the logarithm.
  * In tex/drvtv.tex (The derivative):
    - Slightly clarified the proof of l'Hopital's rule for infinite z_o.
  * In tex/trig.tex (Trigonometry):
    - Slightly refined the "Simple properties of the trigonometric
      functions" table.  Added a new table "Further properties of the
      trigonometric functions."
  * In tex/cexp.tex (The complex exponential):
    - Rewrote the introduction.
    - Somewhat clarified the subjective motivation for Euler's formula.
    - Converted generally to the symbol 'w' as complement of 'z'.
    - Added a formula for the natural logarithm of a complex number.
    - Gave the hyperbolic form of the Pythagorean theorem for
      trigonometrics.
    - Added a table summarizing properties of the complex exponential.
    - Wrote a new section on the derivatives of the various
      trigonometric and inverse trigonometric functions.
  * In tex/noth.tex (Primes, roots and averages):
    - Changed the chapter's title again, this time from "Primes and
      roots".
    - Added a subsection on rational and irrational numbers.
    - Revised the discussion of the fundamental theorem of algebra.
    - Added a new section on parallel addition and averages.
  * In tex/integ.tex (The integral), corrected the notation in the
    antiderivative definition.
  * In tex/taylor.tex (The Taylor series):
    - Added a stub for a future new section, "Taylor series for specific
      functions."
    - Integrated the concept of the nonanalytic point generally into the
      chapter's latter parts.
    - Extended the section "Cauchy's integral formula," and split it
      into subsections.
  * In tex/inttx.tex (Integration techniques):
    - Added an explicit section on integration by antiderivative.
      Generally corrected notation and explanations involving
      antiderivatives.
    - Removed a fallacious example from the "Integration by
      substitution" section.
    - Added new sections on integration by closed contour and by
      partial-fraction expansion.
  * In tex/hist.tex (appendix: Manuscript history):
    - Changed the appendix's title from "Document history".
    - Refined and improved the text generally.
    - Added a footnote on linearity.

 -- Thaddeus H. Black <derivations@b-tk.org>  Mon, 08 May 2006 00:00:00 +0000

derivations (0.3.20060502)

  * Removed a spurious non-source file from the source.
  * Added a period to a figure caption in tex/drvtv.tex (The
    derivative).

 -- Thaddeus H. Black <derivations@b-tk.org>  Tue, 02 May 2006 00:00:00 +0000

derivations (0.3.20060501)

  * In tex/Makefile, replaced the old LaTeX build commands with a call
    to the Rubber LaTeX build system.
  * Added the new 'check' target to tex/Makefile.
  * Further polished the book's preface in tex/pref.tex.  Added
    observations on the book's relationship to open source culture.
  * In tex/intro.tex (Introduction), moved distracting remarks on
    hexadecimal from the beginning to the end of the chapter.
  * In tex/alggeo.tex (Classical algebra and geometry):
    - Extended the discussion of multiplicative associativity.
    - Renamed the section "One-dimensional quadratics" to the less
      pretentious "Quadratics."
    - Added a footnote explaining the term "order", the
      adjective "quadratic", and related words.
    - Corrected and rewrote the faulty treatment of the division of
      power series.  Added a pair of tables summarizing the long
      division procedure.
  * In tex/drvtv.tex (The derivative):
    - Corrected the misnaming of G.W. Leibnitz.
    - Further clarified the difficult discussion of the Leibnitz
      notation.
    - Added application examples to the treatment of l'Hopital's rule.
  * Inserted the new chapter tex/noth.tex (Primes and roots).
  * In tex/taylor.tex (The Taylor series):
    - In the integrand of the "Cauchy's integral formula" section,
      put "n-1" in place of "n".
    - Generalized the Cauchy integration where relevant to nonintegral
      exponents.
  * Partially filled the stub tex/inttx.tex (Integration techniques)
    with an actual chapter.
  * Edited most of the chapters in other, minor ways.
  * Added to the bibliography, and corrected a few typos therein.
  * Added an index to the book.
  * Closed some dangling references, replacing "[section not yet
    written]" with the appropriate section number.
  * Noted that future routine changes of the kinds of the last three
    bullets (bibliography updates, index updates and reference closures)
    will not normally be chronicled here.

 -- Thaddeus H. Black <derivations@b-tk.org>  Mon, 01 May 2006 00:00:00 +0000

derivations (0.3.20060425)

  * Removed the 'helper' directory and its contents.  (Shifted them to
    the Debian package only, as they are not relevant to non-Debian
    users.)
  * In tex/main.tex:
    - Added the new \verdate macro.
    - Because TeX apparently does not respect local scoping of lengths,
      reserved four TeX length variables \tla, \tlb, \tlc and \tld for
      general use and reuse throughout the book.
    - Rescripted the copyright page correctly to use
      \vspace{\stretch{1}} to force the text to the bottom of the page.
  * Further polished the book's preface in tex/pref.tex.  Added to it
    a brief observation about the book's bibliography.
  * In tex/alggeo.tex (Classical algebra and geometry):
    - Added distributivity to the basic arithmetic properties table.
    - Added a section on multiplying and dividing power series.
    - Removed one footnote on rigor.
  * In tex/trig.tex (Trigonometry), added a new section on the complex
    triangle inequalities.
  * In tex/drvtv.tex (The derivative):
    - Added to the list of combinatorics properties several properties
      relating Pascal's-triangle neighbors of various sorts.
    - Added a new section on extrema and higher derivatives.
  * In tex/cexp.tex, renamed the chapter from "Complex exponentials"
    to "The complex exponential".
  * In tex/integ.tex (The integral), extended the brief stub text to a
    full new chapter.
  * Added the new chapter tex/taylor.tex (The Taylor series).
  * Opened the stub tex/inttx.tex (Integration techniques) for a future
    chapter.
  * In several chapters, changed incorrect references to "Laurent
    series" to correct references to "power series".
  * Edited most of the chapters in other, minor ways.
  * Corrected and extended some old bibliography entries; and added new
    entries.
  * In tex/def.tex, added some new hyphenations.
  * Corrected a misspelling in tex/README.
  * In tex/Makefile, freed the main document build from dependency on
    local template files.

 -- Thaddeus H. Black <derivations@b-tk.org>  Tue, 25 Apr 2006 00:00:00 +0000

derivations (0.3.20060410)

  * Repackaged the software in non-Debian native form, incrementing the
    minor version number for this reason.
  * Retained all the old changelog entries here.
  * Noted here for clarity that several of the items in
    the (0.2.20051112) changelog entry below do refer to Debian-only
    packaging matters.  Undertook to keep such Debian-only packaging
    matters from this changelog in the future.
  * As far as the book had yet gone (this is, through cexp.tex plus some
    appendices), generally refined and clarified the material already in
    the book.  Especially, clarified the book's development of complex
    numbers and the complex exponential by moving the introduction of
    de Moivre's theorem up to a new section at the end of trig.tex, thus
    logically decoupling de Moivre's theorem from Euler's formula as
    such.
  * Added sections on l'Hopital's rule and the Newton-Raphson iteration
    to drvtv.tex.
  * Began the new integ.tex, a chapter treating the integral.
  * Added \usepackage{amsmath} to main.tex.
  * Changed \usepackage{pstricks} to \usepackage{pst-plot}.
  * Noted here for future historical interest that the book is 90 pages
    long, not counting prefatory matter.  (Not much, but it's a start.)

 -- Thaddeus H. Black <derivations@b-tk.org>  Mon, 10 Apr 2006 00:00:00 +0000

derivations (0.2.20051112)

  * Adhered to Policy 3.6.2.1.
  * Updated the FSF's address in debian/copyright.
  * Corrected the book's text in minor ways.
  * Fixed tex/Makefile to use make(1)'s $(filter-out ()) function
    correctly.
  * Modified, debugged and extended the helper scripts significantly.
  * Added helper/RelSteps.
  * Uploaded the package to Debian's experimental archive for the first
    time (closes: #338520).

 -- Thaddeus H. Black <derivations@b-tk.org>  Sat, 12 Nov 2005 00:00:00 +0000

derivations (0.2.20051110)

  * Typeset part of the book in LaTeX and packaged it for Debian.
  * Noted that much of the version 0.1 hand-printed manuscript remains
    yet to be edited and typeset for this version 0.2.

 -- Thaddeus H. Black <derivations@b-tk.org>  Thu, 10 Nov 2005 00:00:00 +0000

derivations (0.1.20020419)

  * Observed that this changelog entry and the entries below for earlier
    dates were made 4 Nov 2005, not so much as an accurate record of
    changes, but rather as an extremely abbreviated approximate sketch
    of the package's long history.  (The precise dates given are chosen
    more or less randomly, but are probably correct to within two or
    three months.)
  * Added derivations including that of the method for calculating
    electrical resistance to earth ground.

 -- Thaddeus H. Black <derivations@b-tk.org>  Fri, 19 Apr 2002 00:00:00 +0000

derivations (0.1.19960131)

  * Added Fourier transforms and their properties.

 -- Thaddeus H. Black <derivations@b-tk.org>  Wed, 31 Jan 1996 00:00:00 +0000

derivations (0.1.19890714)

  * Misplaced and lost some of the original manuscript (but the ideas
    remain more or less intact in the author's thought, so the loss is
    tolerable).

 -- Thaddeus H. Black <derivations@b-tk.org>  Fri, 14 Jul 1989 00:00:00 +0000

derivations (0.1.19881206)

  * Added the Gaussian distribution and many others.

 -- Thaddeus H. Black <derivations@b-tk.org>  Tue, 06 Dec 1988 00:00:00 +0000

derivations (0.1.19831014)

  * Began the hand-printed manuscript with its first derivations,
    including the Pythagorean theorem.

 -- Thaddeus H. Black <derivations@b-tk.org>  Fri, 14 Oct 1983 00:00:00 +0000

