在寫英文的數學題目時,是否會有疑惑這些數學符號該怎麼用英文念出來。為了養成英文腦,停止在寫英文為描述的數學題目時,腦海中還出現中文的聲音:大於、等於、小於。讓我們一起來瞭解該怎麼用英文表達吧。

數學符號

以英文字面上的意思,greater 是「較大」,less 是「較少」。equal 是「相等」。在英文裡,這些數學符號的讀法如下:

大於 >

被讀作 greater than

  • 如果 a 大於 b,則 a 並非最小數。
    If a is greater than b, then a is not the smallest number.

  • 人口數大於一萬的城市應該有更完善的基礎設施。
    Cities with a population greater than ten thousand should have better infrastructure.

小於 <

被讀作 less than

  • 如果 a 小於 0,則 a 是負數。
    If a is less than 0, then a is a negative number.

  • 距離小於 1 公里的地方我們可以步行前往。
    We can walk to places that are less than 1 kilometer away.

等於 =

被讀作 equalsis equal to

  • 如果 a 等於 b,那麼他們的差是 0。
    If a equals b, then their difference is 0.

  • 如果我們將 4 加到 1,結果等於 5。
    If we add 4 to 1, the result equals 5.

大於或等於 >=

通常被讀作 greater than or equal to
也可以被讀作 is greater than or equal to,根據上下文而定。

  • 只有當 x 大於或等於 5 時,程式才會繼續運行。
    The program will only continue to run when x is greater than or equal to 5.

  • 我只接受大於或等於 80 分的成績。
    I only accept scores that are greater than or equal to 80.

小於或等於 <=

通常被讀作 less than or equal to
也可以被讀作 is less than or equal to,根據上下文而定。

  • 如果 a 小於或等於 b,我們就將 a 的值替換為 b。
    If a is less than or equal to b, we replace the value of a with b.

  • 你的成績需要小於或等於 60 才能參加補考。
    Your score needs to be less than or equal to 60 to qualify for the re-exam.

不等於 !=

通常被讀作 not equal to
也可能被讀作 does not equal

  • 如果 a 不等於 b,那麼他們至少在一個數值上是不同的。
    If a does not equal b, then they are different in at least one value.

  • 只有當變量 x 不等於 0,我們才能執行該操作。
    We can only perform the operation when variable x does not equal 0.

不等於 <>

也被讀作 not equal to。這個符號在某些程式語言中代表不等於。
也可能被讀作 does not equal

  • 如果 x 不等於 y,那麼我們需要重新計算結果。
    If x is not equal to y, then we need to recalculate the result.

  • 如果你的回答不等於標準答案,那麼這個題目你就答錯了。
    If your answer is not equal to the standard answer, then you have answered the question incorrectly.

其它說法

在程式語言中,有些人會以一種更符合該語言的語境來讀這些符號。例如,在Python中,!= 可能被讀作 not equals,而在 C++ 或 Java 中,可能被讀作 not equal to

總結

希望以上說明對大家有幫助喔! ^^

最後修改日期: 2023-07-24

作者

留言

撰寫回覆或留言

發佈留言必須填寫的電子郵件地址不會公開。