Evaluating derivatives.

marcosreyesgarrido shared this question 2 years ago
Answered

Hi everyone.


Is there a way to programing to evaluate the derivative of a given order in a given point for a certain function to be imputed?

Comments (4)

photo
1

h(x)=derivative(f,<order>)

h(4) in example

photo
1

Yes, This is a direct way.

But my aim is to create a points list with the k-th derivative of f(x) for an specific value of x.

photo
1

Hi Marcos,something like this?
Sequence((a,Substitute(Derivative(f, x, k), x, 4)), k, 0, 5)

photo
photo
1

in one line Zip(h(3), h, Zip(Derivative(f, k), k, 0…6))

but if you want taylorpolynomial() is also a command of GG

el primer comando crea la lista de derivadas y luego evalúa este listado en el número 3

© 2023 International GeoGebra Institute