Jason K. Moore
Jason K. Moore
The general procedure for adding new plotting methods/functions should be: 1. Utilize sympy plot commands to make the plot. 2. If there are missing sympy plot features, then add them....
Issue also opened on NumPy: https://github.com/numpy/numpy/issues/26787
Since we stopped showing all old versions of sympy documentation on the docs website, it has become impossible to use intersphinx links without hyperlinks breaking. So this specific issue is...
> The problem is that Google would consistently return results for ancient versions. People copy-paste a versioned URL and Google learns that in its index. I remember that was the...
@asmeurer @oscarbenjamin is there any opposition from either of you for having old sympy docs available? I believe Aaron may have removed the older versions. I'd like to restore them....
I just read this independent of the other discussions and I don't think there is enough information here to act on this. More info on the mathematical definition of a...
Is this connected to the debate of whether a Heaveside evaluated at 0 is 0, 1 or all values in between? Or that the DiracDelta is not infinity at 0?...
So $< x - a >^{-1}$ is the Dirac Delta function and working with them directly is problematic. Do we need to work with limits to ensure terms behave well...
Does "which should be $EI * P_a * 0$ = 0" mean "if it were this, then my problem is solved"? "Should" implies it should be that mathematically. That I'm...
Here is another example of this failing but only when using `cse=True`: ```python In [8]: import sympy as sm In [9]: t, a, b = sm.symbols('t, a, b') In [10]:...