L’Hospital’s rule
25 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MANANJAYA NAYAK
el 12 de Oct. de 2022
Respondida: Sam Chak
el 12 de Oct. de 2022
i want solve a limit function by L'Hospital Rule.
syms x
a=x+2
b=x^2+3*x+2
c=a/b
limit(a,-2)
ans=0
0 comentarios
Respuesta aceptada
Más respuestas (1)
Sam Chak
el 12 de Oct. de 2022
Probably more clearly for you if you insert the expression directly
syms x
limit((x + 2)/(x^2 + 3*x + 2), -2)
0 comentarios
Ver también
Categorías
Más información sobre Ordinary Differential Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!