Can't iterate a list using for loop for my values

前端 未结 0 1852
悲哀的现实
悲哀的现实 2021-02-13 08:41

So this is the function I have for like a standing wave solution to generate the current u:

def standing_wave_solution(t,nx,mx,my,x,y):  
    
    dx = (1/nx-1)

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题