我试图理解这个主题并从非常基本的主题(不是离散域)开始,我认为这是不正确的。
我还不能发布图片,所以描述是这样的:
Income is greater than 0 and lesser than 500 = tax 0
Income is greater than 500 and lesser than 1300 = tax 30
Income is greater than 1300 and lesser than 5000 = tax 40
他们为负数定义了无效类,对 0-500 和 500 到 1300 有效,对 1300 到 5000 定义无效。
我认为这是一个错误,无效类以 5000 为界并趋于无穷大。我对么?