gistlib
other matlab categories
numerical-solution code snippets in matlab
consider the initial value problem 𝑦’ = 𝑡 2 + 𝑐𝑜𝑠 𝑦, 𝑦(0) = 0. use matlabto plot the solution for 0 ≤ t ≤ 1 and find the approximate value of y(1). in matlab
reate a function that solves the bvp d2y/dt2 + dy/dt = 0, y(0) = 0 and y(pi) = 6 for an arbitrary number of points nt. in matlab
gistlib
by LogSnag