photo

chadi cream


Last seen: 4 jours il y a Actif depuis 2018

Followers: 0   Following: 0

Message

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Solving trigonometric /hyperbolic equation using symbolic math toolbox
k=100; S=zeros(k,1); for n=1:k sol=vpasolve((1+cos(t)*cosh(t))==0,'random', true); S(n,1)=sol; end S=unique(S) S=sort(S...

plus de 6 ans il y a | 1