Re: [sympy] Polynomials: missed opportunity to simplify?

2018-06-26 Thread nisha prasad
Can anybody help to do how to implement Finite field in sympy Nisha T M On Tue, Jun 26, 2018 at 4:30 PM, Matthias Geier wrote: > Dear list. > > Sorry for the strange title, I couldn't come up with anything more > meaningful ... > > I'm working with non-uniform cubic splines and I created a

[sympy] Polynomials: missed opportunity to simplify?

2018-06-26 Thread Matthias Geier
Dear list. Sorry for the strange title, I couldn't come up with anything more meaningful ... I'm working with non-uniform cubic splines and I created a simple polynomial where the input t in the range [t0, t1] is mapped to the range [0, 1]: >>> import sympy as sp >>> t, t0, t1 = sp.symbols('t