photo

mohammed omran


Last seen: quasi 4 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

3 Domande
0 Risposte

RANK
264.309
of 301.159

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.182

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.105

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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) ...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 8 anni fa | 0 risposte | 0

0

risposte