Re: integrate in pdiff

Barton Willis via Maxima-discuss <[email protected]>
Newsgroups gmane.comp.mathematics.maxima.general
Message-ID <SN6PR07MB7952345DC15C1E06DA0A2674B6292@SN6PR07MB7952.namprd07.prod.outlook.com>
I don't have an answer to your question, and I can't even do this using antidiff, gradef, and the like:

(%i1) display2d : false$

(%i2) gradef(f(x,y), fx(x,y), fy(x,y))$

(%i3) depends(y,x)$

(%i4) rrr : diff(f(x,y),x);

(%o4) fy(x,y)*'diff(y,x,1)+fx(x,y)
(%i5) integrate(rrr,x);

(%o5) 'integrate(fy(x,y)*'diff(y,x,1)+fx(x,y),x)

(%i6) load(antid)

(no success)

Let us know what you discover.

--Barton
________________________________
From: Aleksas Domarkas <[email protected]>
Sent: Sunday, April 26, 2026 10:17 AM
To: <[email protected]> <[email protected]>
Subject: [Maxima-discuss] integrate in pdiff

Caution: Non-NU Email

load(pdiff);
r:diff(f(x,y(x)),x);

How integrate(r,x)  ?

I wont get  f(x,y(x))

I solve ode from Kamke 6.55
'diff(y,x,2)+('diff(y,x)^2+1)*(f(x,y)*'diff(y,x)+g(x,y))=0;

Aleksas

_______________________________________________
Maxima-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maxima-discuss
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.