photo

Arslan Saif


Last seen: plus d'un an il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


What is the equivalent of element-wise division in python when denominator contains complex number
The line: V_modif(j-1,:)=Y_modif(j-1,:)./(i*2*pi*f); contains i (iota ) in denominator. It's python equivalent line would be:...

plus d'un an il y a | 3 réponses | 0

3

réponses

Question


How can we achieve the scalar ^ Matrix functionality in python.
Like I have code in matlab dt=0.005 A=[ 0 1; -394510 -62.831]; Kb=real(exp(1)^(A*dt)); I convert it in python as kb=np.real...

plus d'un an il y a | 1 réponse | 0

1

réponse