Dsolve gives extra term
Ältere Kommentare anzeigen
Hello, Im calculating following third term function
. I got the following answer without Matlab
. However when solving the function with dsolve Matlab gives me this answer
.
So my question is, where is this -1/2187 coming from? Is it possible to get rid of it somehow when using dsolve?
Akzeptierte Antwort
Weitere Antworten (1)
John D'Errico
am 16 Nov. 2023
3 Stimmen
Why do you care?
Note that C1 is completely arbirtrary! C1 is an unknown constant!
So you can trivially add or subtract any constant from the result, and the solution is still as valid.
Once you apply initial conditions, then the constant will be absorbed. It will magically go away.
1 Kommentar
Arto Jyvälä
am 16 Nov. 2023
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
