推外
用Python实现内推外插法
用Python实现内推外插法"""Author: ZDate: 2015-12-3 """import numpy as np class node(object): def __init__(self): self.power = [] self.a = []...
用Python实现内推外插法"""Author: ZDate: 2015-12-3 """import numpy as np class node(object): def __init__(self): self.power = [] self.a = []...