Borrar filtros
Borrar filtros

looking for value of existense differential equation

2 visualizaciones (últimos 30 días)
Brenda Galabe
Brenda Galabe el 13 de Dic. de 2018
Respondida: madhan ravi el 13 de Dic. de 2018
Consider the differential equation x ′ = x cos(at) . For what values of (t, x) can solutions not be guaranteed? how do i find those values of (t,x)
i have :
syms x(t)
ode = diff(x,t) == x/(cos(a*t));
xsol = vpa(dsolve(ode))

Respuesta aceptada

madhan ravi
madhan ravi el 13 de Dic. de 2018
Where there is an aymptote(discontinuity) , the solutions cannot be guaranteed

Más respuestas (0)

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Productos


Versión

R2015b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by