-
This ticket implements Tate algebras over complete discrete valuation rings/fields, together with Gröbner bases for ideals in these algebras.
See the documentation of `sage.rings.tate_algebra` for …
-
### 路由地址
```routes
/acs/journal/:id
```
### 完整路由地址
```fullroutes
acs/journal/accacs
acs/journal/jacsat
```
### 相关文档
https://docs.rsshub.app/zh/routes/journal#american-chemistry…
-
## Context
Home Assistant supports a variety of multi-room audio systems, such as Bluesound, HEOS and Sonos. Bluesound and Sonos already have support for speaker groups, for HEOS I started working …
-
Make three changes:
- `hasattr(x, '__call__')` -> `callable(x)`
- `hasattr(x, '__iter__')` -> `instance(x, Iterable)`
- `hasattr(x, '__getitem__')` -> `isinstance(x, (Sequence, Mapping))`
where `I…
-
A place to note tasks and progress
-
**Submitting author:** @tibordome (Tibor Dome)
**Repository:** https://github.com/tibordome/cosmic_profiles
**Branch with paper.md** (empty if default branch): dev
**Version:** v1.4.0
**Editor:** @ado…
-
The code from #32744 was released with Sage 9.5 and has since been real-world tested by numerous people. It is exceedingly unlikely that we'll want to remove it, and I'm reasonably convinced that th…
-
Ticket #12142 implements an interface to PARI's t_FFELT type for finite fields, which is much faster than the one currently used by Sage, in which finite field elements are PARI objects like `Mod(Mo…
-
### Describe your issue.
While using the `fisher_exact` test in a loop on some 2x2 tables, I noticed a significant slowdown between Scipy versions 1.7.3 and 1.8.0 (1.8.0 is about 20x slower than 1.7.…
-
In my discussions with @searhein I learned that many algebraic preconditioners need to
make some assumption on how the finite element components are distributed throughout the matrix
i.e. cell-wise …