Community Profile

photo

Arslan Saif


Last seen: 1 year ago Active since 2023

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

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

1 year ago | 3 answers | 0

3

answers

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

1 year ago | 1 answer | 0

1

answer