[sage-support] Re: [piecewise] AttributeError: ComplexField_class_with_category object has no attribute complex_field

2017-10-30 Thread Ralf Stephan
On Sunday, October 29, 2017 at 11:14:54 AM UTC+1, Marcel Partap wrote: > > Is it that piecewise functions are not yet fully fledged out, > This, unfortunately. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and

[sage-support] Re: [piecewise] AttributeError: ComplexField_class_with_category object has no attribute complex_field

2017-10-29 Thread Marcel Partap
like basically, why don't the piecewise functions collapse to scalars? This should result in the same output, no? M_vec(x) = vector([M_Tx(x), M_by(x), M_bz(x)]).column() M_vec(x = l1) M_vec_l1 = vector([M_Tx(l1), M_by(x=l1), M_bz(x=l1)]).column() M_vec_l1 gives instead [