lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4470 in lilypond: freetype.cc: solve algebra p


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4470 in lilypond: freetype.cc: solve algebra puzzle for converting quadratics to cubics
Date: Tue, 30 Jun 2015 14:28:10 +0000

Updates:
        Labels: -Patch-new Patch-review

Comment #1 on issue 4470 by address@hidden: freetype.cc: solve algebra puzzle for converting quadratics to cubics
https://code.google.com/p/lilypond/issues/detail?id=4470

Passes all tests. I don't know whether this actually exercises the code in question, though.

However, I first found this formula on Stackexchange when looking for it, and right now I derived it from first principles via Emacs Calc (a symbolic calculator). And it agrees:

[ [       x0 = y0        ]
  [ x1 = 2:3 y1 + y0 / 3 ]
  [ x2 = y2 / 3 + 2:3 y1 ]
  [       x3 = y2        ] ]


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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