solving an equation with variable interval
Afficher commentaires plus anciens
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
Réponses (0)
Catégories
En savoir plus sur Numerical Integration and Differential Equations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!