Arslan Saif
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 153,340
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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:...
2年弱 前 | 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...
2年弱 前 | 1 件の回答 | 0