-
_Original ticket http://projects.scipy.org/scipy/ticket/1877 on 2013-03-26 by @pv, assigned to @pv._
The `lpmn` function appears to produce wrong factors of -1 and i for |z| > 1:
```
>>> special.lpm…
-
bc.. $ bin/isympy
Python 2.4.5 console for SymPy 0.5.13-hg. These commands were executed:
> > > from **future** import division
> > > from sympy import *
> > > x, y, z = symbols('xyz')
> > > k, m, n…
-
The explicit location of the collocation points have been listed many times in the examples.
``` python
# Legendre collocation points
legendre_points1 = [0,0.500000]
legendre_points2 = [0,0.211325,0.…
-
Hi,
I have few doubts and problems while using triqs please give me some help?
1) I run the Hybridization solver with in DMFT for single band Hubbard Model(Bethe lattice). I used Pade approximation …
-
_Original ticket http://projects.scipy.org/scipy/ticket/1296 on 2010-10-08 by trac user josip.mihaljevic, assigned to @pv._
I had some problems when using the associated legendre functions provided b…
-
- [x] Do not drop the fixed parameter in polynomial models but keep the initial value and evaluate the model with it.
This was the behaviour all along but now I clarified the documentation.
- [x]…
nden updated
11 years ago
-
I am copying a log of the tutorial example 11.
The algorithm wanted to increase the polynomial
degree of the one-element mesh for the first
solution component, but this was not possible.
No elements …
solin updated
14 years ago
-
The defects in the code for the hermite function in
sage/functions/orthogonal_polys.py which were noted and corrected in
#2336 apply equally to the other functions in that file.
The attached patc…