admin管理员组

文章数量:1356741

I've been trying to code an 'analysis' function that tells me a bunch of different things about a function for example its asymptote. However I keep getting a syntax error here:

fp:=d(f(x),x)

fpp:=d(fp, x)

Here im trying to find the derivative of the function but its not working. I have tried other forms e.g. d/dx (fx) and diff(fx(x), x). However it keeps saying theres a syntax error.

本文标签: There is a syntax error in my tinspire codeStack Overflow