primitive.py

Created by anaali

Created on April 02, 2024

194 Bytes


# Type your text here
x**n => x**(n+1)/(n+1)
u'u**n = u**(n+1)/(n+1)
1/x = ln(x)
u'/u= ln(u)
1/sqrt(x)=2sqrt(x)
u'/sqrt(u)=2sqrt(u)
u'e**u=e**u
u'sin(u)=-cos(u)
u'cos(u)=sin(u)