Hello,
I would like to obtain all the solutions of a equation.
Here an extract of my code:
v:=unapply(H*sin(w*t),t);
L:=0.080;
H:=0.020;
Vf:=0.3;
w:=10;
fsolve(v(t)=0,t=0.5..2);
How can I do to obtain all the solutions of the equation in the wanted interval ?
I'm not fixed to use fsolve function.
Thank you for your help