...

/

Handling Independent Variables

Handling Independent Variables

Understand the concept of partial derivatives to handle independent variables.

We'll cover the following...

Partial derivates

Let’s look at one final example because it shows us how to handle variables that are independent of other variables.

Let’s look at the following function:

f=2xy+3x2z+4zf = 2xy + 3x^2z +4z

Here, xx, yy, and zz are independent of each other. What do we mean by independent? We mean that xx, yy, and zz can be any value and don’t care what the other variables are—they aren’t affected by changes in the other variables. This wasn’t the case in ...