Fixed some issues in PA code
This commit is contained in:
parent
8481dd456d
commit
fbe093d3c7
2 changed files with 13 additions and 197 deletions
|
|
@ -5,8 +5,8 @@ import math
|
|||
import sys
|
||||
import numpy as np
|
||||
from matplotlib import animation
|
||||
import imageio
|
||||
import cmath
|
||||
from scipy.fft import fft
|
||||
|
||||
def newtonpplus(f,h,u) :
|
||||
# calcul de k:
|
||||
|
|
|
|||
Reference in a new issue