Home computickets Wolfram Mathematica

Wolfram Mathematica

Author

Date

Category

I want to take a derivative, but knocks out this error, writes cannot use this variable, I do not understand why: Enter here a description of the image

What could be the cause?


Answer 1

a – global variable, you need to localize:

module [{a}, d [f [a, b, c], a]] or module [{a, b, c}, d [f [a, B, C], A]]

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions