[sympy] Re: Can sympy manipulate Bool Field coefficient polynomials?

2009-02-17 Thread kenji
I have fixed up this problem with myself. I substitute scipy.poly1d for sympy polynomials. -- Coefficients of sympy's polynomial are restrained for Rational,int, float and complex number. Below code indicate this restriction. //@@ import sympy as ts x =

[sympy] Re: Can sympy manipulate Bool Field coefficient polynomials?

2009-02-17 Thread Ondrej Certik
Hi Kenji! On Tue, Feb 17, 2009 at 6:11 PM, kenji wrote: > > I have fixed up this problem with myself. I substitute scipy.poly1d for sympy > polynomials. Great job! And sorry that noone has replied. If you have some other problems, please ask. I'll try to be more responsive. :) Ondrej --~--~-

[sympy] Re: Can sympy manipulate Bool Field coefficient polynomials?

2009-02-18 Thread kenji
Hi Ondrej You are so thoughtfull that I'm heartwarming. -- I am an engineer and using scipy, sympy and my python libraries. They are more usefull for me than Matlab, Mathematica, Maple etc. Because I try and test some calculations/expresions along studying

[sympy] Re: Can sympy manipulate Bool Field coefficient polynomials?

2009-02-18 Thread Ondrej Certik
Hi Kenji, On Wed, Feb 18, 2009 at 4:25 PM, kenji wrote: > > Hi Ondrej > > You are so thoughtfull that I'm heartwarming. > > -- > > I am an engineer and using scipy, sympy and my python libraries. They are more > usefull for me than Matlab, Mathematica, Maple e