検索結果- 英語 - 多言語
検索内容:
predefined function
(computing) Any of a set of subroutines that perform standard mathematical functions included in a programming language; either included in a program at compilation time, or called when a program is executed
あらかじめ定義された関数。プログラミング言語に組み込まれ、数学的処理や標準的な演算を行うため、プログラムのコンパイル時や実行時に使用される。
power function
(mathematics) A function where the independent variable is raised to a particular real number power.
冪関数 – 数学において、独立変数が特定の実数の冪(べき)に上げられる関数を指す。
periodic function
(mathematics) Any function whose value repeats after the regular addition of a period to its independent variable; i.e., a function ƒ such that, for some positive constant p, ƒ(x + p) = ƒ(x) for all x.
周期関数:独立変数に一定の正の定数(周期)を加えると同じ値が繰り返される関数。つまり、ある正の定数 p に対して f(x + p) = f(x) がすべての x に対して成立する関数。
penalty function
(mathematics) Any function that applies constraints to a maximum or minimum problem
最適化問題において、制約条件の違反に対してペナルティを与える(またはペナルティ項として取り入れる)関数。特に、制約付き最小化や最大化問題を解く際に、制約条件を満たす解に導くために用いられる数学的手法。
orthogonal function
(mathematics) Either of a pair of functions whose inner product is zero
数学において、内積がゼロとなる2つの関数のうちのいずれかの関数。例えば直交多項式などに見られる概念です。
partial function
(mathematics) A function whose domain is a subset of the set on which it is formally defined; i.e., a function f: X→Y for which values f(x) are defined only for x ∈ W, where W ⊆ X.
数学における部分関数:全集合上で形式的に定義された関数のうち、定義域がその集合の一部分(部分集合)に限られている関数。 / 定義域(関数が有効に定義される入力値の集合)が、通常の全体の集合から部分的に抽出された場合の関数を意味する。
orthonormal function
(mathematics) An orthogonal function whose inner product with itself is unity
直交しており、自己との内積が1である関数。数学における正規直交関数のこと。
odd function
(mathematics) Any function whose value changes sign if the independent variable changes sign i.e. f(-x) = -f(x)
奇関数 – 独立変数の符号が反転すると、関数の値も符号反転する関数(例: f(-x) = -f(x) を満たす)
polynomial function
(mathematics) Any function whose value is the solution of a polynomial; an element of a subring of the ring of all functions over an integral domain, which subring is the smallest to contain all the constant functions and also the identity function. (If the polynomial is multivariate then there is a different identity function corresponding to each variable.)
多項式関数: 数学において、多項式の値によって定義される関数。具体的には、多項式式を計算することで求められる値を出力する関数であり、その定義は全ての定数関数と恒等関数を含む最小の部分環の一要素として考えられる。(多変数の場合は、各変数に対して対応する恒等関数が存在する点も含まれる)