multiply A by B
基本解释
- 用A乘以B
英汉例句
- If AX=B, then let's multiply both sides by A inverse.
如果AX=B,在等號兩邊同時乘以A逆。 - And in the even case, I'd square, divide by half, call this again: in the odd case, I go b minus 1 and then multiply by a.
就直接求a的平方的二分之b次方,如果是奇數的話,就去求a的b-1次方乘以a,以此遞歸下去。 - Multiply a by a to the b minus 1.
這很不錯對不對?
麻省理工公開課 - 計算機科學及編程導論課程節選 - Let's multiply both sides by 2, I'll get 2q1* is equal to a - c over b - q1*.
等式兩邊同時乘以2,得到,2q1*=/b-q1
耶魯公開課 - 博弈論課程節選 - And in the even case, I'd square, divide by half, call this again: in the odd case, I go b minus 1 and then multiply by a.
就直接求a的平方的二分之b次方,如果是奇數的話,就去求a的b-1次方乘以a,以此遞歸下去。
麻省理工公開課 - 計算機科學及編程導論課程節選