ex2
This commit is contained in:
parent
c34beda4ff
commit
f6872d827d
1 changed files with 8 additions and 0 deletions
8
ex2/task_c.py
Normal file
8
ex2/task_c.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import numpy as numpy
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
|
||||
x = np.linspace(0,1,100)
|
||||
p = [10**i for i in range(-3,4)]
|
||||
|
||||
print(p)
|
||||
Loading…
Add table
Add a link
Reference in a new issue