6 lines
82 B
Python
6 lines
82 B
Python
|
import numpy as np
|
||
|
import matplotlib.pyplot as plt
|
||
|
import math
|
||
|
|
||
|
def h(x):
|
||
|
pass
|