On MATLAB command: dsolve
people.qatar.tamu.edu › dsolveThe dsolve command accepts up to 12 input arguments. dsolve can produce the following three types of outputs: For one equation and one output, dsolve returns the resulting solution with multiple solutions to a nonlinear equation in a symbolic vector. For several equations and an equal number of outputs, sorts the results alphabetically dsolve
On MATLAB command: dsolve
people.qatar.tamu.edu › dsolveThe dsolve command accepts up to 12 input arguments. dsolve can produce the following three types of outputs: For one equation and one output, dsolve returns the resulting solution with multiple solutions to a nonlinear equation in a symbolic vector. For several equations and an equal number of outputs, dsolve sorts the results alphabetically
Solve Differential Equation - MATLAB & Simulink
www.mathworks.com › help › symbolicThe dsolve function finds a value of C1 that satisfies the condition. cond = y (0) == 2; ySol (t) = dsolve (ode,cond) ySol (t) = 2*exp (t^2/2) If dsolve cannot solve your equation, then try solving the equation numerically. See Solve a Second-Order Differential Equation Numerically. Nonlinear Differential Equation with Initial Condition