I have two functions.
First, b=function(k,a)
Second, F=function(b,a)
I want to write Matlab code for this first order ODE.
I attached my problem.
I have a question:
How can I write these two functions in Matlab file?
How can I solve first order ODE with initial value problem?
How can I solve first order ODE with root finding problem?