-
Hello, I'm trying to set up `asy-mode` following [Editing-modes](https://asymptote.sourceforge.io/doc/Editing-modes.html) and [LaTeX-usage](https://asymptote.sourceforge.io/doc/LaTeX-usage.html). On d…
-
Hello,
The function `inversion(circle1, circle2)` in `geometry.asy`, which intends to return an inversion which swaps the two circles, is not correct for all cases. See [this article on my blog](…
-
This metaticket addresses defects in Sage's
algorithm for plotting one-variable functions.
* #31089: `detect_poles` puts a gap in function plots
(even if there are no poles).
* #29954: plots some…
-
Expand the `theorems` package with the following models (from [Wikipedia](https://en.wikipedia.org/wiki/Jury_theorem)):
## Correlated votes
- Growing infallibility might not hold if votes are co…
-
```
default_database=# CREATE TABLE REGION ( R_REGIONKEY INTEGER NOT NULL,R_NAME CHAR(25) NOT NULL,R_COMMENT VARCHAR(152));
CREATE TABLE
default_database=# copy region from '/Users/liuli…
-
Hi rw;eruch,
is it possible to use your method to perform 4PL and 5PL curve fit?
![image](https://user-images.githubusercontent.com/3856578/66960960-824da300-f065-11e9-96b4-975595d669c0.png)
Th…
-
* [x] `Import["ExampleData/MadTeaParty.gif"]` is broken
* [x] Show SciPy version (or non) under version info (and in Django)
* [x] (Django) Go over gallery examples, possibly add new stuff. color bo…
rocky updated
9 months ago
-
I was wondering whether it would be easy to implement different (bosonic) propagators often used in many body theory, e.g. slim rectangles for spin conserving interactions or filled rectangular blobs …
-
Consider the following examples (reported by Dean Moore here: http://groups.google.com/group/sage-support/browse_thread/thread/5555e780a76b3343#)
```
sage: solve(sin(x^2)/x == 0, x)
[x == 0]
sage: …
-
Snippets defined in .doom.d/snippets seem to work fine. However snippets defined using the `yas-define-snippets` function don't seem to be working properly. A minimum example file loaded from `.doom.…