How do I define a differential-difference recursion?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How would I do this?? For example, func(x,n) = func(x,n-1)^2 + D(func(x,n-1),x), n = 0, 1, 2, ....
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Ordinary Differential Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!