I want to solve equations like: $$ t f(t) + u(t-2) f(t-2) = \sin(t) $$
It's like delay differential equations but without the derivative.
What field should I search in to solve this kind of equation?
I want to solve equations like: $$ t f(t) + u(t-2) f(t-2) = \sin(t) $$
It's like delay differential equations but without the derivative.
What field should I search in to solve this kind of equation?
Copyright © 2021 JogjaFile Inc.
Too long for a comment.
You can solve the equation recursively:
The pattern should be clear by now.