Differentiate functions #98
Unanswered
troelschristensen
asked this question in
Q&A
Replies: 1 comment
-
Almost solved this on my own. But cant figur out e^x or how to chance the order of the expressions. Eg 3x^2 + 3x + 2 it writes 2 + 3x + 3x^2. Can't it be the other way around? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I'm trying to programme a set of task, where the users must differentiate som functions. I have succeeded in getting this code to work, but I need eg. sin(2x), sin(x), cos(3x+3), LN(x) ....
How can I do something like these
Can anyone help me? Hope you understand.
Kind regards
Troels
Some of my code:
Imports MathNet.Symbolics
Imports Expr = MathNet.Symbolics.SymbolicExpression
Beta Was this translation helpful? Give feedback.
All reactions