lingo 条件控制
问题描述:
lingo 条件控制
f(x)=2x+3(0
答
有个疑问 x=0和x>=9的情况是什么 会在其它条件中给出吗?如果确定了x的范围不会超过你给的那下面的就行
f=@if(x #lt# 3,2*x+3,
@if(x #lt# 6,3*x,5*x-12));