photo

Arslan Saif


Last seen: 1年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

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

3

回答

質問


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

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

1

回答