CoshIntegral[z]
双曲線余弦積分
を与える.
CoshIntegral
CoshIntegral[z]
双曲線余弦積分
を与える.
詳細
- 記号操作・数値操作の両方に適した数学関数である.
,ただし
はオイラーの定数である.- CoshIntegral[z]は,複素 z 平面上,-∞〜0の範囲で不連続な分枝切断線を持つ.
- 特別な引数の場合,CoshIntegralは,自動的に厳密値を計算する.
- CoshIntegralは任意の数値精度で評価できる.
- CoshIntegralは,自動的にリストに縫い込まれる.
- CoshIntegralはIntervalオブジェクトおよびCenteredIntervalオブジェクトに使うことができる. »
例題
すべて開く すべて閉じる例 (6)
CoshIntegral[2.8]Plot[CoshIntegral[x], {x, 0, 5}]ComplexPlot3D[CoshIntegral[z], {z, -2 - 2I, 2 + 2I}, PlotLegends -> Automatic]Series[CoshIntegral[x], {x, 0, 10}]Infinityにおける漸近展開:
Series[CoshIntegral[x], {x, ∞, 3}]//NormalSeries[CoshIntegral[x], {x, -1, 3}, Assumptions -> x > 0]//Normalスコープ (38)
数値評価 (6)
N[CoshIntegral[2], 50]CoshIntegral[2.000000000000000000000000000000000000]CoshIntegral[3.5 + I]CoshIntegralを高精度で効率よく評価する:
CoshIntegral[2`500]//TimingCoshIntegral[2`10000];//TimingCoshIntegralは要素単位でリストに縫い込まれる:
CoshIntegral[{1.2, 1.5, 1.8}]IntervalオブジェクトとCenteredIntervalオブジェクトを使って最悪の場合に保証される区間を計算する:
CoshIntegral[Interval[{1.9, 2.1}]]CoshIntegral[CenteredInterval[2, 1 / 100]]Aroundを使って平均的なケースの統計区間を計算することもできる:
CoshIntegral[Around[2, 0.01]]CoshIntegral[{{.1, 0}, {0, .1 }}]MatrixFunctionを使って行列のCoshIntegral関数を計算することもできる:
MatrixFunction[CoshIntegral, {{.1, 0}, {0, .1 }}]特定の値 (3)
CoshIntegral[0]CoshIntegral[{Infinity, -I Infinity, I Infinity}]CoshIntegral[ComplexInfinity]CoshIntegralの零点を求める:
xzero = Solve[CoshIntegral[x] == 0 && 0 < x < 1.0, x][[1, 1, 2]]//QuietPlot[CoshIntegral[x], {x, 0, 2}, Epilog -> Style[Point[{xzero, CoshIntegral[xzero]}], PointSize[Large], Red]]可視化 (2)
CoshIntegral関数をプロットする:
Plot[CoshIntegral[x], {x, 0, 7}]ComplexContourPlot[Re[CoshIntegral[z]], {z, -4 - 8 I, 4 + 8 I}, Contours -> 24]ComplexContourPlot[Im[CoshIntegral[z]], {z, -4 - 8 I, 4 + 8 I}, Contours -> 24]関数の特性 (9)
CoshIntegralはすべての正の実数値について定義される:
FunctionDomain[CoshIntegral[x], x]FunctionDomain[CoshIntegral[z], z, Complexes]CoshIntegralはすべての実数値を取る:
FunctionRange[CoshIntegral[x], x, y]CoshIntegralは解析関数ではない:
FunctionAnalytic[CoshIntegral[x], x]FunctionMeromorphic[CoshIntegral[x], x]CoshIntegralは実領域上で増加する:
FunctionMonotonicity[{CoshIntegral[x], x > 0}, x, StrictInequalities -> True]CoshIntegralは単射である:
FunctionInjective[CoshIntegral[x], x]Plot[{CoshIntegral[x], 2}, {x, 0, 5}]CoshIntegralは全射である:
FunctionSurjective[CoshIntegral[x], x]Plot[{CoshIntegral[x], 200}, {x, 0, 10}]CoshIntegralは非負でも非正でもない:
FunctionSign[{CoshIntegral[x], x > 0}, x]FunctionSingularities[CoshIntegral[x], x]FunctionDiscontinuities[CoshIntegral[x], x]CoshIntegralは凸でも凹でもない:
FunctionConvexity[{CoshIntegral[x], x > 0}, x]微分 (3)
D[CoshIntegral[x], x]Table[D[CoshIntegral[x], {x, n}], {n, 1, 4}]//SimplifyPlot[Evaluate[%], {x, -3, 3}, PlotLegends -> {"First Derivative", "Second Derivative", "Third Derivative", "Fourth Derivative"}]D[CoshIntegral[x], {x, n}]積分 (3)
CoshIntegralの不定積分:
Integrate[CoshIntegral[x], x]Integrate[CoshIntegral[x], {x, -1, 0}]Integrate[CoshIntegral[z^a], z]Integrate[CoshIntegral[x]Exp[-a x], {x, 0, Infinity}, Assumptions -> a > 1]級数展開 (3)
CoshIntegralの級数展開:
Series[CoshIntegral[x], {x, 0, 5}]
の周りのCoshIntegralの最初の3つの近似をプロットする:
terms = Normal@Table[Series[CoshIntegral[x], {x, 0, m}], {m, 1, 5, 2}];
Plot[{CoshIntegral[x], terms}, {x, 0, 4}]Series[CoshIntegral[x], {x, Infinity, 3}]CoshIntegralはベキ級数に適用できる:
CoshIntegral[1 + x + (x^2/2) + (x^3/9) + O[x]^4]積分変換 (2)
LaplaceTransformを使ってラプラス(Laplace)変換を計算する:
LaplaceTransform[CoshIntegral[t], t, s, Assumptions -> Re[s] > 1]HankelTransform[CoshIntegral[r], r, s ]//FullSimplify関数の恒等式と簡約 (3)
CoshIntegralの主定義:
Integrate[(Cosh[t] - 1/t), {t, 0, z}] + Log[z] + EulerGammaCoshIntegral[-z] == CoshIntegral[z] + Log[-z] - Log[z]//FullSimplifyCoshIntegral[Sqrt[z^2]]//FunctionExpand式を簡約してCoshIntegralにする:
-(1/2)(Gamma[0, -z] + Gamma[0, z] + Log[-z] - Log[z])//FullSimplify関数表現 (4)
CosIntegralとLogによる表現:
CosIntegral[I z] - Log[I z] + Log[z]//FullSimplifyCoshIntegralはMeijerGによって表すことができる:
MeijerGReduce[CoshIntegral[x], x]Activate[%]//FullSimplifyCoshIntegralはDifferentialRootとして表すことができる:
DifferentialRootReduce[CoshIntegral[x], x]TraditionalFormによる表示:
CoshIntegral[x]//TraditionalFormアプリケーション (3)
Plot3D[Im[CoshIntegral[x + I y]], {x, -3, 3}, {y, -10, 10}]DSolve[y'[x] - y[x] - CoshIntegral[x] == 0, y[x], x]DSolveValueを使って不定積分を求める:
DSolveValue[y'[x] - CoshIntegral[x] == 0, y[x], x]Integrateが与える答と比較する:
Integrate[CoshIntegral[x], x, GeneratedParameters -> C]特性と関係 (3)
FullSimplifyを使って双曲線余弦積分を含む式を簡約する:
FullSimplify[CoshIntegral[z] - (z^2/4)HypergeometricPFQ[{1, 1}, {2, 2, (3/2)}, (z^2/4)]]FunctionExpandを使って他の関数を通してCoshIntegralを表現する:
FunctionExpand[CoshIntegral[z] - CoshIntegral[-z]]FindRoot[CoshIntegral[z] == Pi, {z, 1}]積分と総和からCoshIntegralを求める:
Integrate[(Cosh[t] - 1/t), {t, 0, z}]Underoverscript[∑, k = 1, ∞]( z^2 k/k (2 k)!)考えられる問題 (2)
CoshIntegralは中程度の大きさの引数の大きい値を取ることができる:
CoshIntegral[10. ^ 6 ]$MaxExtraPrecisionの設定値を大きくする必要があるかもしれない:
N[CoshIntegral[I 10 ^ 60 ] - Pi / 2 I, 20]
Block[{$MaxExtraPrecision = 150}, N[CoshIntegral[I 10 ^ 60 ] - Pi / 2 I, 20]]関連項目
テクニカルノート
-
▪
- 特殊関数
関連するガイド
履歴
1996 で導入 (3.0) | 2021 で更新 (13.0) ▪ 2022 (13.1)
テキスト
Wolfram Research (1996), CoshIntegral, Wolfram言語関数, https://reference.wolfram.com/language/ref/CoshIntegral.html (2022年に更新).
CMS
Wolfram Language. 1996. "CoshIntegral." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2022. https://reference.wolfram.com/language/ref/CoshIntegral.html.
APA
Wolfram Language. (1996). CoshIntegral. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CoshIntegral.html
BibTeX
@misc{reference.wolfram_2026_coshintegral, author="Wolfram Research", title="{CoshIntegral}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/CoshIntegral.html}", note=[Accessed: 19-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_coshintegral, organization={Wolfram Research}, title={CoshIntegral}, year={2022}, url={https://reference.wolfram.com/language/ref/CoshIntegral.html}, note=[Accessed: 19-August-2026]}