<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Apr 30, 2016 at 4:17 AM, Bill Cox <span dir="ltr"><<a href="mailto:waywardgeek@gmail.com" target="_blank">waywardgeek@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><br></div><div>    x2 = -(x^4 + 2x^2 - 1)/(x^4 - 2x^2 - 1)</div></div></div></blockquote><div><br></div><div>This is only for d == -1, which is a simplification I've been using.  For d != 1, the equation is:</div><div><br></div><div>(-d x^4 + 2x^2 - 1)/(d x^4 - 2d x^2 + 1)</div><div><br></div><div>Bill </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div> </div></div></div></blockquote></div></div></div>