rtran58
- 2
- 0
Homework Statement
Find the Derivative of
Code:
f(x) = [tex]\frac{6}{z^{2}+z-1}[/tex]
Homework Equations
The Attempt at a Solution
Code:
[tex]6\left(z^{2}+z-1\right)^{-1}[/tex]
Use Chain Rule to conclude
Code:
[tex]\frac{-12z - 6}{(z^{2}+z-1)^{2}}[/tex]
Is this right?