Hi there,
The Law of Cosines can be stated as
a^2 = b^2 + c^2 - 2bccos(A)
where a,b, and c are the sides of a triangle, and A is the angle opposite the side a. I have a function, f(b,c,A), with an associated set of partial derivatives (\frac{∂f}{∂c})_{b,A} etc. What I want to do is to...