Differentiation of a function to a variable order
Ahora está siguiendo esta pregunta
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Se ha producido un error
No se puede completar la acción debido a los cambios realizados en la página. Vuelva a cargar la página para ver el estado actualizado.
0 votos
Comparte un enlace a esta pregunta
Respuesta aceptada
1 voto
Comparte un enlace a esta respuesta
- That symsum() hypothetically specially recognizes the construct diff(f(x),x,n)/factorial(n) from 0 to infinity as being the same as the taylor series of f(x) and symsum() hypothetically gives the result as being f(x); or
- That symsum() tries to construct an infinite sum and fails running out of memory; or
- Thta symsum() pokes around the expression enough to realize that it cannot figure out the answer, and returns an unevaluated symsum() to hold the place of the result
9 comentarios
Comparte un enlace a este comentario
Comparte un enlace a este comentario
Comparte un enlace a este comentario
Comparte un enlace a este comentario
Comparte un enlace a este comentario
- That symsum() evaluated each of the infinite terms, which would require infinite time; OR
- That symsum() applies mathematical analysis to the expression to try to determine if it can find a closed form expression
Comparte un enlace a este comentario
syms f(x) diff(f, x, x)
returns the second derivative. That is, you can provide an ordered list of variables to take the derivative with respect to. So diff(f, x, n) is diff(diff(f, x), n) but since f(x) is independent of n, the result is 0
Comparte un enlace a este comentario
Más respuestas (0)
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Productos
Etiquetas
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.
América
- América Latina (Español)
- Canada (English)
- United States (English)
Europa
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
