25.03.2015 Views

tbt2_ders_notu

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Türev<br />

diff(f,x)<br />

diff(f,x,n)<br />

clc;<br />

syms x a b<br />

diff(5*x^3+a*x^2+b*x-14,x)<br />

f(x) = 5x 3 + ax 2 + bx − 14<br />

f(t) = e t cos (3t)<br />

3.dereceden türevini bulup t=-2 noktasındaki değerini bulunuz.<br />

clc;<br />

syms t<br />

turev=diff(exp(t)*cos(3*t),t,3)%ücüncü dereceden<br />

türevi<br />

subs(turev,t,-2) %-2 noktasındaki değeri<br />

f(x) =<br />

1<br />

1 + 5cosx<br />

4.dereceden türevinin x=3 noktasındaki değerini bulunuz.<br />

clc;<br />

syms x<br />

turev=diff(1/(1+5*cos(x)),x,4);%4. dereceden türevi<br />

subs(turev,x,3) %3 noktasındaki değeri<br />

Limit<br />

lim f(x) → limit(f, x, a)<br />

x→a<br />

lim f(x) → limit(f, x, a, ′right′)<br />

x→a +<br />

lim f(x) → limit(f, x, a, ′left′)<br />

x→a− 8

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!