"variable" in Japanese
変数
Definition
変数とは、変わる可能性があるものです。数学や科学、プログラミングで数値や値を表す記号や名前に使われます。
Usage Notes (Japanese)
『変数』は主に数学、科学、プログラミングで名詞として使います。形容詞的に使うと「変わりやすい」という意味もあります。「独立変数」「従属変数」のような表現があります。対義語は「定数」です。
Examples
The temperature is a variable that changes every day.
気温は毎日変わる**変数**です。
In math, 'x' is often a variable.
数学では「x」はよく**変数**として使われます。
A scientist tests one variable at a time.
科学者は一度に一つの**変数**を調べます。
Weather here is really variable; it can be sunny in the morning and rainy by afternoon.
ここの天気は本当に**変数的**です。朝は晴れていても午後には雨が降ります。
If you change one variable, the whole experiment could work differently.
一つの**変数**を変えると、全体の実験結果が変わることがあります。
In programming, you need to give each variable a unique name so the computer doesn't get confused.
プログラミングでは、すべての**変数**に固有の名前を付ける必要があります。