level 1
倪家小百科
楼主
不懂就问:
(3 + 5*C | 2 + 3*C) \[Element] Primes是什么意思?
或者说,(3 + 5*C | 2 + 3*C)是什么意思,因为查过帮助后,发现好像查不到中间那一竖的意思。
而如果那一竖代表整除,后面属于质数域好像说不通。
原代码如下:
In[1]:=Solve[3 m - 5 n == -1, {m, n}, Primes]
Out[1]:={{m -> ConditionalExpression[
3 + 5 C[1], (3 + 5 C[1] | 2 + 3 C[1]) \[Element] Primes &&
C[1] \[Element] Integers && C[1] >= 0],
n -> ConditionalExpression[
2 + 3 C[1], (3 + 5 C[1] | 2 + 3 C[1]) \[Element] Primes &&
C[1] \[Element] Integers && C[1] >= 0]}}
2020年02月05日 11点02分
1
(3 + 5*C | 2 + 3*C) \[Element] Primes是什么意思?
或者说,(3 + 5*C | 2 + 3*C)是什么意思,因为查过帮助后,发现好像查不到中间那一竖的意思。
而如果那一竖代表整除,后面属于质数域好像说不通。
原代码如下:
In[1]:=Solve[3 m - 5 n == -1, {m, n}, Primes]
Out[1]:={{m -> ConditionalExpression[
3 + 5 C[1], (3 + 5 C[1] | 2 + 3 C[1]) \[Element] Primes &&
C[1] \[Element] Integers && C[1] >= 0],
n -> ConditionalExpression[
2 + 3 C[1], (3 + 5 C[1] | 2 + 3 C[1]) \[Element] Primes &&
C[1] \[Element] Integers && C[1] >= 0]}}