The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
ODE's
10-15-2014, 08:06 PM
Post: #1
ODE's
In desolve with ordinary differential equations, the general solution tends to have a mess of numbers and constants multiplying the variables of interest. Is there a way to collapse all of this into single constants to make the result easier to comprehend, more compact? See what happens when using desolve on y'' + y' - 6*y = 10*e^2*x - 18*e^3*x - 6*x - 11.

The answer provided is correct, but requires effort to boil down (on paper in my case) to something like y = G_0*e^2*x + G_1*e^-3*x + 2*x*e^2*x - 3*e^3*x + x + 2
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ODE's - lrdheat - 10-15-2014 08:06 PM
RE: ODE's - mlpalacios8 - 10-16-2014, 12:13 AM
RE: ODE's - parisse - 10-16-2014, 06:03 AM
RE: ODE's - parisse - 10-16-2014, 07:55 AM



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