Plan zajęć

Dydaktyka

Równania - http://www.math.uni.wroc.pl/sites/default/files/rr1-24-lista1.pdf http://www.math.uni.wroc.pl/sites/default/files/filefield_paths/rr1-24-lista1.pdf

Chemia - https://www.math.uni.wroc.pl/sites/default/files/filefield_paths/lista1-1.pdf

Model - http://math.uni.wroc.pl/sites/default/files/filefield_paths/f63daa9d-63d8-4f1d-8a1c-0e231de55332.png

http://math.uni.wroc.pl/sites/default/files/filefield_paths/db2440c7-6b40-4485-b960-df3e50d86ccc.png

 

 

https://www.programiz.com/python-programming/function https://www.programiz.com/python-programming/list 

https://www.math.uni.wroc.pl/sites/default/files/lst_mod_det_1.pdf_-_dysk_google.pdf

https://sites.google.com/math.uni.wroc.pl/maciek-tadej/teaching/mod_det-lab-1-2324?authuser=0

 

https://stackoverflow.com/questions/43010190/python-discrete-differentiation

import numpy as np
h=0.1
print(h)
xp = [h*i for i in range(1,10)]
yp = [round(np.cos(i*h),2) for i in range(1,10)]
#print(xp[1])
#yp = np.array([1:10])
#for i in range(0,9):
 #   xp[i]=i*h
  #  yp[i]=round(np.cos(i*h),2)
   # print(round(np.cos(i*h),2))
#import matplotlib.pyplot as plt
#plt.plot(xp,yp)
#plt.show()
print(xp[0:])
print(xp[:-1])

 

Publikacje

Konferencje