Community Profile

photo

chadi cream


Last seen: 4 dagar ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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...

ungefär 6 år ago | 1