Skip to content

Commit b6f7cab

Browse files
authored
Fix derivate of ln(ax) (Closes latex4ei/Allgemein#5)
1 parent 74710fd commit b6f7cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Analysis-2.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
F(x) & f(x) & f'(x) \\ \hline
209209
\frac{1}{q+1}x^{q+1} & x^q & qx^{q-1} \\
210210
\raisebox{-0.2em}{$\frac{2\sqrt{ax^3}}{3}$} & \sqrt{ax} & \raisebox{0.2em}{$\frac{a}{2\sqrt{ax}}$} \\
211-
x\ln(ax) -x & \ln(ax) & \textstyle \frac{a}{x} \\
211+
x\ln(ax) -x & \ln(ax) & \textstyle \frac{1}{x} \\
212212
e^x & e^x & e^x \\
213213
\frac{a^x}{\ln(a)} & a^x & a^x \ln(a) \\
214214
-\cos(x) & \sin(x) & \cos(x) \\

0 commit comments

Comments
 (0)