関連するスートラ
Duplex Process
“二重組み合わせ”
平方の特別なパターン:最初の平方、積の2倍、最後の平方
理論
Duplex method for squaring:
For 23²:
- Left: 2² = 4
- Middle: 2×2×3 = 12
- Right: 3² = 9
- Result: 4|12|9 = 529
ステップ
1
Square first digit
2² = 4
2
Double the cross product
2×2×3 = 12
3
Square last digit
3² = 9
4
Combine with carries
529
例
23²
中級1
First squared
2²=4
2
Cross doubled
2×2×3=12
3
Last squared
3²=9
4
Result
529
答え:529