Does MATLAB have inverse tangent integral TI2(z)?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
In Mathematica, one calls the function using :
(PolyLog[2, I z] - PolyLog[2, -I z])/(2 I)
How dl I implement this in matlab, is there a built in function for the tangent integral?
0 comentarios
Respuestas (2)
Star Strider
el 3 de Oct. de 2022
The polylog function exists in the Symbolic Math Toolbox. It supports symbolic and numeric (double) arguments.
0 comentarios
Ver también
Categorías
Más información sobre Symbolic Math Toolbox 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!