solving an equation with variable interval
显示 更早的评论
there is the following code:
for j = 1:100
solve(0.35*tan(x(j))+x(j));
end
where
x(j)'s are the roots of the equation.
the interval is variable:
(-pi/2)+j*pi < x(j) < (-pi/2)+(j+1)*pi
i want, the above loop gives me a x(j) per each step in one of the above intervals respectively.
how can i do that?
thank you
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!