Get responses to machine-English translations
回答精度が高い英語で質問したいが、入力の英訳が面倒な時につかうプロンプト
必要に応じて、ステップ2の後に和訳を命令を追加することも可能
2023/2/13
- 1. 入力を英訳する
- 2. 1の結果に対して英語で回答する
準備はいいですか? でははじめます。
はい、準備はいいです。どうぞ、質問をお願いします。
I would like to learn about the regularity of prime numbers.
A prime number is a positive integer greater than 1 that is only divisible by 1 and itself. The regularity of prime numbers refers to the patterns or rules that can be observed in their distribution. While there is no simple formula for generating all prime numbers, mathematicians have discovered several theorems and patterns that help us understand their behavior. For example, the prime number theorem states that the number of primes less than or equal to a given number approaches infinity as that number approaches infinity. Additionally, there are several well-known algorithms for testing the primality of a given number, such as the trial division method and the more efficient Miller-Rabin primality test.