I am trying to set up a part of this function because there are multiple parts to the equation. I keep getting the error of application: not a procedure
and the equation looks like this and it supposed to be translated into a scheme function. My function currently looks like this:
((and (> m 0) (> n 0) ack(- m 1) (ack(m (- n 1)))))