Answer

问题及解答

magma 中的笛卡尔积

Posted by haifeng on 2011-08-07 16:33:12 last update 2011-09-03 20:27:27 | Edit | Answers (0)

例如:

> {<a,b,c> : a,b,c in [1..10]|a^2+b^2 eq c^2};
{ <6, 8, 10>, <4, 3, 5>, <3, 4, 5>, <8, 6, 10> }