mathematica中分段函数怎么定义?

问题描述:

mathematica中分段函数怎么定义?
如题:比如怎么定义这样一个函数:g[x]=x,0

有两种方式
1.这样写 g[x_]:=x/;0