i'm new in wolfram-mathematica and I wanna know if is there a way to know if a function is already defined. I mean. Is there something likeSomeFunction[f[i,j+1]]
that returns True
or False
?
I've been trying with ValueQ
function but, it apparently doesn't work for that kind of arguments, j+1
.
Thanks in advance.