-
Right now Ints are converted to Floats at various places, inconsistently, and the type is also assumed to be a float, usually via eps(T). We should remove all unnecessisary converting to floats.
-
**Original report ([archived issue](https://DedalusProject.github.io/dedalus_bitbucket_history/#!/dedalus-project/dedalus/issues/6)) by Keaton Burns (Bitbucket: [kburns](https://bitbucket.org/%7B3d3e6…
-
I think this I've worked this out correctly: Hilbert acting on a PiecewiseSpace consisting of JacobiWeight spaces should have the Cauchy rangespaces be Ultraspherical (i.e. the space of the alternate …
-
Maybe there's already a way to do this and I don't see.
Say `x` is some Fun. I would like to project it into the space of functions `f | f[0] = 0`. That's a linear subspace. There needs to be some no…
-
Full error log below:
```
Unpacking to math-functions-0.1.5.2/
Resolving dependencies...
Configuring math-functions-0.1.5.2...
Building math-functions-0.1.5.2...
Preprocessing library math-functions-…
-
I am running with:
``` python
# Data sources
database(
'../RMG-database/input',
thermoLibraries = ['primaryThermoLibrary','DFT_QCI_thermo','GRI-Mech3.0'],
reactionLibraries = ['Methylform…
rwest updated
10 years ago
-
bc.. Things related to "Numerical calculus" should be structured similarly to
the "Mathematical functions", i.e. a subdirectory with a index page, and a
separate page for each topic.
Perhaps somethin…
-
I have some comments on the write-up you sent me. Bug me by email to get them.
-
bc.. This is bad, because it slows down "import sympy" and also makes debugging
difficult, as sympy is not yet fully loaded, mainly printing doesn't work
in Mul.flatten because of that.
The following…
-
```
Hello:
I am doing a little project in Python and i need to work to symbols to
solve Chebyshev polynomials. When i have something like this:
>>> F
0.866025403784439 + 1.5*w - 7.33012701892219*w**…