Post Reply 
Where is the integration constant?
11-29-2024, 07:30 PM
Post: #4
RE: Where is the integration constant?
(11-29-2024 04:44 PM)parisse Wrote:  integrate(x,x,c)

Is there an advantage doing this, rather than integrate(x,x)+c ?
With int(x,x,c), symbol c is 'generated' even if c is already used.

CAS> c := 10
CAS> int(x,x,c)      → 1/2*x^2 + c
CAS> eval(Ans)      → 1/2*x^2 + 10

Is this a feature, or a bug?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Where is the integration constant? - Albert Chan - 11-29-2024 07:30 PM



User(s) browsing this thread: 2 Guest(s)