-
User 'Mathemage' reports at [this ask.sagemath.org question](http://ask.sagemath.org/question/1611/existence-of-a-limit) that
```
sage: bool( lim(sin(x), x=oo) == ind)
-----------------------------…
-
The summary says it all. See also the patch on the Sage-Combinat patch server:
http://combinat.sagemath.org/hgwebdir.cgi/patches/file/tip/trac_9280-graded-algebras-example.patch
Thanks to Jason B…
-
In SageMath 9.4.beta3, the rank of `B` changes from 0 to 3 in the following example:
```
sage: M = ModularSymbols(Gamma0(4), 4)
sage: B = M.boundary_space
sage: B.rank()
0
sage: M.boundary_map()
He…
-
Currently, the documentation for orthogonal polynomials is not very user-friendly (see https://doc.sagemath.org/html/en/reference/functions/sage/functions/orthogonal_polys.html).
Some functions mis…
-
Medha Sharma ([@medha_321](https://gitlab.com/medha_321)) opened a merge request at https://gitlab.com/sagemath/sage/merge_requests/23:
---
```markdown
Added a function in boolformula.py to check …
-
See [this ask.sagemath question](http://ask.sagemath.org/question/3479/).
```
plot(1-4*x^2,.49999,.50001,tick_formatter=.00001.n(digits=7))
```
triggers the "if getting something in SR for a format…
-
See [Maxima bug 2556](https://sourceforge.net/p/maxima/bugs/2556/) and [this ask.sagemath.org question](http://ask.sagemath.org/question/2314/illegal-kernel-in-adjoin-pvar).
```
var('A, x, delta, k…
-
This was reported by parzan in http://ask.sagemath.org/question/8418/zeta-function-gone-wild/
```
sage: K. = NumberField(x^2-2)
sage: K.zeta_function()(7)
82.7603619399160
sage: K.zeta_function(pre…
-
> ```
> Combined data file .coverage/.coverage.Helios.local.70384.568987
> Skipping duplicate data .coverage/.coverage.Helios.local.71097.566208
> Skipping duplicate data .coverage/.coverage.Helios…
-
Replacing the `ratpoints` example by another package
as suggested in [#33442 comment:2](https://github.com/sagemath/sage/issues/33442#comment:2)
Component: **documentation**
_Issue created by mig…