
好词典

源自数学和编程领域,j 通常用作变量或索引,加上后缀 -th 表示序数。
❶ 数学中表示序列中的第 j 个元素,常用于编程和数学公式中,j 通常代表变量或索引。
“The jth element in the array is accessed using the index j.”
(数组中的第 j 个元素通过索引 j 来访问。)
“In the equation, x_j represents the jth variable.”
(在方程中,x_j 表示第 j 个变量。)
the jth term — 数学或序列中表示第 j 个项,常用于描述数列或公式中的特定位置。
“The jth term of the sequence is calculated using the formula a_j = a_1 + (j-1)d.”
(序列的第 j 项通过公式 a_j = a_1 + (j-1)d 计算得出。)