フィルターのクリア

Codes for coherent state function?

4 ビュー (過去 30 日間)
Abu Zar
Abu Zar 2023 年 1 月 13 日
コメント済み: Abu Zar 2023 年 2 月 11 日
Summation n=0 to10 exp-abs(alpha)^2*alpha^n/sqrtfactorial(n)

採用された回答

Walter Roberson
Walter Roberson 2023 年 1 月 13 日
syms alpha n
result = symsum(exp(-abs(alpha)^2 * alpha^n / sqrt(factorial(n)) ), n, 0, 10)
result = 
  12 件のコメント
Walter Roberson
Walter Roberson 2023 年 2 月 9 日
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 2023 年 2 月 11 日
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

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeApplications についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by