Constant
シンボルのすべてのパラメータに関する微分係数がゼロとされる属性である.
例題
すべて開く すべて閉じる例 (2)
スコープ (2)
constants = Map[ToExpression, Select[Names["System`*"], MemberQ[Attributes[#], Constant]&]]これらはすべてNumericQである:
Map[NumericQ, constants]これらはすべてNで任意精度数に評価できる厳密値を表す:
TableForm[Table[{c, N[c], N[c, 24]}, {c, constants}]]Block[{f}, SetAttributes[f, Constant];Dt[g[f[x, y], x, y]]]これは,後続するDtによる計算には影響しない:
Dt[g[f[x, y], x, y]]DtのConstantsオプションを使っても同様であるが,こちらは完全に曖昧性のない出力を与える:
Dt[g[f[x, y], x, y], Constants -> f]関連項目
関連するガイド
-
▪
- 属性
履歴
1988 で導入 (1.0)
テキスト
Wolfram Research (1988), Constant, Wolfram言語関数, https://reference.wolfram.com/language/ref/Constant.html.
CMS
Wolfram Language. 1988. "Constant." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Constant.html.
APA
Wolfram Language. (1988). Constant. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Constant.html
BibTeX
@misc{reference.wolfram_2026_constant, author="Wolfram Research", title="{Constant}", year="1988", howpublished="\url{https://reference.wolfram.com/language/ref/Constant.html}", note=[Accessed: 15-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_constant, organization={Wolfram Research}, title={Constant}, year={1988}, url={https://reference.wolfram.com/language/ref/Constant.html}, note=[Accessed: 15-August-2026]}