yangsong525525

5 Reputation

One Badge

10 years, 216 days

MaplePrimes Activity


These are replies submitted by yangsong525525

Thank you so much! Your code is working. Just a question on the following code

exact := dsolve( { diff(Y(X),X)=1/(3*Y(X)-X-2), D(Y)(0)=1 } ):

Pexact := plot( eval(Y(X), exact), X=0..3, style=point,
                symbol=cross, symbolsize=20,
                adaptive=false, numpoints=20 ):

Is this code for the actual solution?

 

Page 1 of 1