x 2 + y 3 + z 5 x squared plus y cubed plus z to the (power of) five40은 영어로 fourty가 아닌 forty, fifty는 쉽고

9번째는 nineth가 아닌 ninth


1,000 -> thousand

1,000,000 -> million

1,000,000,000 -> billion

1,000,000,000,000 -> trillion


1/2 -> one half, a half

1/3 -> one third, a third

1/4 -> one fourth, a quarter

1/5 -> one fifth

3/8 -> three eights

26/9 -> twenty-six ninths

123/456 -> one hundred twenty-three over four hundred fifty-six


-0.067 -> minus naught point zero six seven

81.59 -> eighty-one point five nine

-2.3 * (10 ** 6) -> minus two point three times ten to the six

3 + 4i -> three times four i


3 + 5 = 8 -> three plus five equals eight, three plus five is equal to eight


5**2 -> five squared

5**3 -> five cubed

5**4 -> five to the four


3**(1/2) -> the square root of three

3**(1/3) -> the cube root of three

3**(1/5) -> the fifth root of three


A = a**2 -> capital a equals small a squared

c = x * y * z -> c equals x times y times z

c = xyz -> c equals x y z

(x + y)z + xy -> x plus y in brackets times z plus x y

x**2 + y**3 + z**5 -> x squared plus y cubed plus z to the (power of) five

2**x*3**y -> two to the x times three to the y


x_0 -> x zero, x naught

x_1 + y_i -> x one plus y i

M^k_{ij} -> (capital) M upper k lower i j


대충 pdf 몇개 구하다가 정리해보고 있는데 디시에서 정리하려니까 latex때매 좀 힘들다

전체 장에서 1/5 정도 한거 같음 그나마 이것도 엄청 많이 필터링함;