It looks like a bug. You can use numpy as follows:
In [17]: a = matrix2numpy(A, dtype=float)
In [18]: numpy.linalg.cholesky(a)
---------------------------------------------------------------------------
LinAlgError Traceback (most recent call last)
<ipython-input-18-0367e248ee93> in <module>()
----> 1 numpy.linalg.cholesky(a)
/local/certik/bld/profile/o3tqau5cbqzb/lib/python2.7/site-packages/numpy/linalg/linalg.pyc
in cholesky(a)
529 results = lapack_routine(_L, n, a, m, 0)
530 if results['info'] > 0:
--> 531 raise LinAlgError('Matrix is not positive definite - '
532 'Cholesky decomposition cannot be computed')
533 s = triu(a, k=0).transpose()
LinAlgError: Matrix is not positive definite - Cholesky decomposition
cannot be computed
So it looks like your matrix is not positive definite.
Ondrej
> Thanks for the time,
>
> Andrea Fresu
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
sympy+un...@googlegroups.com.
> To post to this group, send email to
sy...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/sympy.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/sympy/18051c80-1ea2-4b6e-a7ad-e9710a4f4d7c%40googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.