一個基礎問題

來源: 2005-12-13 07:44:58 [博客] [舊帖] [給我悄悄話] 本文已被閱讀:

max{1,2,3}=3, max{}=? what number should be the answer if the set of positive numbers is empty? and the same problem
sum{1,2,3}=6, sum{}=? what number should be the answer if the set of positive numbers is empty? At some place sum{}=0. Is it the same for max{}?

Many thx.