Re: [sage-devel] maxima error on calls like solve((A+p^B,p), is that the intended behavior?

2012-05-23 Thread Jonathan
It is Jonathan G and I will try to open a ticket. I'm running 3 workshops on computer software and hardware for our Chemistry, Physics and Math departments over the next few days, so we'll see when I can squeeze it in. I agree that maybe forcing Maxima to do purely symbolics might be the cleane

Re: [sage-devel] maxima error on calls like solve((A+p^B,p), is that the intended behavior?

2012-05-22 Thread Benjamin Jones
On Tue, May 22, 2012 at 8:27 AM, Jonathan wrote: > Yes, I made a typo..Thanks for realizing what I meant. > > However, I still think that a solution that has complex answers is OK.  If >  you are finding the symbolic solution isn't it better to find the general > solution and then deal with specif

Re: [sage-devel] maxima error on calls like solve((A+p^B,p), is that the intended behavior?

2012-05-22 Thread Jonathan
Yes, I made a typo..Thanks for realizing what I meant. However, I still think that a solution that has complex answers is OK. If you are finding the symbolic solution isn't it better to find the general solution and then deal with specific cases? I don't see what is wrong with: p = (-A)^(1/B

Re: [sage-devel] maxima error on calls like solve((A+p^B,p), is that the intended behavior?

2012-05-21 Thread Benjamin Jones
On Mon, May 21, 2012 at 3:10 PM, Jonathan wrote: > sage: var('x y z p q A B C') > sage: solve((A + p^B),p) > > results in: > > ... > TypeError: ECL says: Maxima asks: Is B an integer? > > > Shouldn't it result in: > > [p = (-A)^(1/p)] > > > Jonathan I guess you mean: [p = (-A)^(1/B)] Think about

[sage-devel] maxima error on calls like solve((A+p^B,p), is that the intended behavior?

2012-05-21 Thread Jonathan
sage: var('x y z p q A B C') sage: solve((A + p^B),p) results in: ... TypeError: ECL says: Maxima asks: Is B an integer? Shouldn't it result in: [p = (-A)^(1/p)] Jonathan -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email t