How can I write a code to solve the following system please?

1 view (last 30 days)
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.

Accepted Answer

Stalin Samuel
Stalin Samuel on 27 Dec 2014
CALCULATE DENOMINATOR AND NUMERATOR SEPARATELY
  1 Comment
Avan Al-Saffar
Avan Al-Saffar on 28 Dec 2014
Thanks for your reply. I am trying but I still have a problem so could you show me how to do that please?
Regards

Sign in to comment.

More Answers (0)

Categories

Find more on Numerical Integration and Differential Equations in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!