Don't use solve if you just want a numerical value for this quintic 
determinant, use nsolve:

>>> nsolve(determ, w, 0)
mpf('0.51659678129991493')


On Thursday, October 9, 2014 6:36:39 PM UTC-5, [email protected] wrote:
>
> I wrote a program (witch is available in the attachment) to calculate a 
> variable( 'w' in the program) by calculating determinate of a matrix (witch 
> include the variable) equal to zero. but I don't know why it doesn't work 
> for l=0.01 and work for l=0.0. 
> I use version 7.4.1 of Sympy.
>      
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/08bd7891-80f0-4665-ba80-b430f3f9cae6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to