differential



Well my DE  is c * (blob that does not depend on c) = 0. And I would think that would be sufficient. And let me guess that c <-- 0 is a special case.

--Barton

________________________________________
From: maxima-bounces at math.utexas.edu [maxima-bounces at math.utexas.edu] on behalf of Thomas D. Dean [tomdean at speakeasy.org]
Sent: Friday, March 22, 2013 13:03
Cc: maxima at math.utexas.edu
Subject: Re: [Maxima] differential

On 03/22/13 07:04, Barton Willis wrote:

> Try (your answer is nicer)
>
>   (%i1) depends(y,x)$
>   (%i2) a*x + b*y+c=0$
>   (%i3) [%,diff(%,x), p^2=c^2/(a^2+b^2)]$
>   (%i4) eliminate(%,[a,b])$
>   (%i5) factor(%);
>   (%o5) [-c^2*x^2*(x^2*('diff(y,x,1))^2-p^2*('diff(y,x,1))^2-2*x*y*('diff(y,x,1))+y^2-p^2)]
>
Thanks, but,
This does not eliminate c.

Tom Dean

_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima