1.
variable
A quantity that can change or take different values.
xを変数とする。
Let x be a variable.
変数に値を代入する。
Assign a value to the variable.
この実験では温度が変数だ。
In this experiment, temperature is the variable.
変数 refers to a quantity that can change or take different values. Used in mathematics, statistics, and programming.
IN MATHEMATICS/STATISTICS:
- 独立変数: independent variable
- 従属変数: dependent variable
- 確率変数: random variable
- 変数を代入する: to substitute a variable
IN PROGRAMMING:
- 環境変数: environment variable
- 変数を宣言する: to declare a variable
- 変数に値を代入する: to assign a value to a variable
- グローバル変数: global variable
- ローカル変数: local variable
CONTRAST:
定数 (constant) is a value that does not change, the opposite of a variable.
Related Words
Antonym:
定数 (constant)