Effacer les filtres
Effacer les filtres

Codes for coherent state function?

4 vues (au cours des 30 derniers jours)
Abu Zar
Abu Zar le 13 Jan 2023
Commenté : Abu Zar le 11 Fév 2023
Summation n=0 to10 exp-abs(alpha)^2*alpha^n/sqrtfactorial(n)

Réponse acceptée

Walter Roberson
Walter Roberson le 13 Jan 2023
syms alpha n
result = symsum(exp(-abs(alpha)^2 * alpha^n / sqrt(factorial(n)) ), n, 0, 10)
result = 
  12 commentaires
Walter Roberson
Walter Roberson le 9 Fév 2023
remove the sum() from resultsym to get length(alpha) by length(0:11), which would be removing the summation from the formula
Abu Zar
Abu Zar le 11 Fév 2023
Hello sir,
I created this m.file to draw plot alpha vs Vnorm , but the vector is not the same length,I requetd you to look this file for my help to draw th plot.
Thank you

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Applications dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by