Does MATLAB have inverse tangent integral TI2(z)?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (2 件)
Star Strider
2022 年 10 月 3 日
The polylog function exists in the Symbolic Math Toolbox. It supports symbolic and numeric (double) arguments.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!