Meaning of hypergeometric function as an answer to an indefinite integral.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Prajwal Gowdru Shanthamurthy
el 30 de Sept. de 2020
Respondida: Ameer Hamza
el 30 de Sept. de 2020
syms a x real
expression= sqrt(1+a^2/x^4);
F = int(expression,x);
This yields F to be a "hypergeometric function". Does that mean that a closed form indefinite integral does not exist for 'expression'?
0 comentarios
Respuestas (1)
Ameer Hamza
el 30 de Sept. de 2020
Yes, it means that the symbolic integral can only be expressed in term of an infinite series: https://en.wikipedia.org/wiki/Hypergeometric_function
0 comentarios
Ver también
Categorías
Más información sobre Calculus en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!