Good day,
I am trying to learn on how to use octave. I am trying to solve factorials and second order differentiation. Can you please assist on how to put it on the software. Fir example, i want to solve n! With n between 1 and 10. Where n!=1×2×3.....×(n-1)×n. For the second order, f"=f(x+h)-2f(x)+f(x-h)/h^2. With h-0