For example, if I would make a unit step function uu(x),
to make it simple, using ifFN,
uu(x):=ifFn(x>0,1,0,uu(x))
it’s logically good, but not working
because it cause Resource Exhaustion Error
Is there a way to postpone auto evaluation of expression to avoid Resource Exhaustion Error? as other CAS like Maple.
I want to know it is impossible or not
New contributor
firecraft3gmailcom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.