Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • $\begingroup$ What is an especially good day? Full moon? Payday? $\endgroup$ Commented Mar 17, 2013 at 23:18
  • 2
    $\begingroup$ @Rolf Mertig Any day that Alpha limit code behaves is a good day.. $\endgroup$ Commented Mar 17, 2013 at 23:23
  • 1
    $\begingroup$ +1 Nice. Interesting: fails on bivariateLimit[(x^2 + y^2)/(x^2 + y^2)] but not on bivariateLimit[(2 x^2 + 2 y^2)/(x^2 + y^2)]. The use of GroebnerBasis suggests it will only work on rational functions. $\endgroup$ Commented Mar 18, 2013 at 2:00
  • $\begingroup$ @Michael E2 See edit #2 (and I'm deleteing my comment response since that covers it). $\endgroup$ Commented Mar 18, 2013 at 2:36
  • 1
    $\begingroup$ @Jens It was a simple example. Try it with y->y^2 to see the difference. That said, bivariateLimit gets quite slow as degrees go up, much more so than that FullSimplify line. $\endgroup$ Commented Mar 23, 2013 at 23:47