-
```
findroot doesn't properly handle the case where the solver exits without
generating any values, which can occur for example if f(x0) and f(x1) are
identical and nonzero:
>>> findroot(lambda x: -1…
-
Radium is a unique tracker-like music editor with a new type of interface.
The official page: http://users.notam02.no/~kjetism/radium/
-
```
Intervals could be made comparable. They could implement triple-valued
logic (like SymPy expressions):
x < y == True if x.b < y.a
x < y == False if y.b
-
```
During my preparations for an exam in chemistry, I thought that the formula
for solubility of ionic compounds would give a nice picture. Here it is.
Given a dissociating ionic compound
A^+_mB^-_…
-
```
>>> A = matrix([[5.6, 1.2], [7./15, .1]])
>>> det(A)
mpf('7.3617327511765746e-18')
>>> cond(A)
mpf('5.6037531825289503e+18')
>>> lu_solve(A,[1,2])
matrix(
[['-3.12426446020118e+17'],
['1.45799008…
-
```
What steps will reproduce the problem?
1. Install mpmath via svn, e.g. svn checkout
http://mpmath.googlecode.com/svn/trunk/ mpmath
2. cd mpmath; python setup.py install --prefix=$HOME/local
3. py…
-
```
I propose to reverse the order of polynomial coefficients used by polyval
etc. It was changed to the present order for compatibility with Matlab and
SciPy, but I find this convention annoying ever…
-
- [ ] Assign responsible Core Team member
- [ ] Confirm location
- [ ] Recruit speaker(s) or develop 30-45 minutes of content
- [ ] Draft meetup title and description
- [ ] Post and announce on [meetu…
-
When using harp pedalling indications in Dorico, the accidentals were still those of Bravura.
I posted on the Dorico group to first check whether this is a Dorico or Leland problem, and upon investig…
-
```
We should handle references by listing them in references.txt, and then
cite them using Sphinx markup.
See the elliptic functions module for an initial example.
```
Original issue reported on co…