InitialLatex f prime

I am trying to have a prompt f’(x) = for students to type the derivative of a function
because of the ’ the graph does not appear and the rest is not working.
Likely there is a trick to this, I haven’t found it.
Help please…and gracias :pray:t4:

You might be able to use something like this:

function(`g`): simpleFunction(parseEquation(input.latex).rhs)

parseEquation splits into the left and right hand sides. You can access lhs, rhs and differenceFunction( ).

Thank you Daniel, this worked. I had never used it…great to learn something new.
Saludos,

1 Like