Skip to content

Failed some differentiation testset1 #216

Answered by axkr
xwaeaewcrhomesysplug asked this question in Q&A
Discussion options

You must be logged in to vote

Please try: D((x^E)^x,x)

Only the identifiers which consists of only one character are case sensitive. For all other identifiers the input parser doesn't distinguish between lower and upper case characters.

For example: the upper-case identifiers D, E, I, N, are different from the identifiers d, e, i, n, whereas the functions like Factorial, Integrate can be entered as factorial(100) or integrate(sin(x),x). If you type SIN(x) or sin(x), Symja assumes you always mean the same built-in Sin function.

See:

Ln is only an alias for easier input:

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by axkr
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #213 on February 07, 2021 18:23.