Does MATLAB have inverse tangent integral TI2(z)?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
Star Strider
am 3 Okt. 2022
The polylog function exists in the Symbolic Math Toolbox. It supports symbolic and numeric (double) arguments.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!