(へんすう)

へんすう
noun
variable
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