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:...
대략 3년 전 | 답변 수: 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...
대략 3년 전 | 답변 수: 1 | 0
