Tagged Questions
0
votes
1answer
80 views
How could we define a function recursively?
Let us first consider the constructon of the following simple iteration
...
14
votes
5answers
768 views
The difference between 0. and 0
I have a function for which 0 is a special case:
f[A___, 0, B___] := 0
But since I am doing numerics, sometimes in the course ...