Community Profile

photo

mohammed omran


Last seen: 2年弱 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How do I get the differential of Hermite polynomial function?
syms m1 x diff(hermiteH(m1, x),x)

3年以上 前 | 2 件の回答 | 0

2

回答

質問


This is The Hermite equation. Why is matlab solving it as kummer's differential equation?
d=(1+J^2)*(F^2)*abs(psi^2); E11=diff(A11,t,2)+i*(D1+t*K)*diff(A11,t,1)+d*A11==0; Dy = diff(A11,t,1); [A11S(t)] = dsolve(E11) ...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


This code gives me this mistake Error using eig For standard eigen problem EIG(A), A must be square.I hope anybody help me
T=0:5; F=@(n)3.^n.*cos(T); G=0; for m=0:5; G=G+[F(m-1) F(m+1) F(m+2);F(m+3) F(m+1) F(m+2);F(m) F(m+1) F(m+2)] en...

約6年 前 | 0 件の回答 | 0

0

回答