Bonsoir,
je veux chercher l'inconnu nommé beta dans ces deux équations, voici les:
je sais pas comment faire en matlab
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 alpha1=sqrt((gamma.^2)+(beta.^2)-(k1.^2)); alpha2=sqrt((gamma.^2)+(beta.^2)-(k0.^2)); x=(alpha1*coth(alpha1*d)); y=(alpha2*coth(alpha2*(h-d))); equal(x,y); équivalent à x=y(mathématiquement)
merci
Partager