How can I write a code to solve the following system please?
4 views (last 30 days)
Show older comments
Avan Al-Saffar
on 27 Dec 2014
Commented: Avan Al-Saffar
on 28 Dec 2014
P = ( exp((-./2).*(exp(i.*t) + exp(-i.*t))) )./(integral(exp((-./2).*(exp(i.*t) + exp(-i.*t)))dt))
I can write a code to solve it but the problem is with integral in the denominator.
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!