যেকোন গণিত সমস্যা সমাধান করুন
সমীকরণ, উৎস, অন্তর্ভুক্ত, ম্যাট্রিক্স, ত্রিভুজ, মৌলিক সংখ্যা, পরিসংখ্যান - অথবা একটি শব্দ সমস্যা টিউটর অংশে বিভক্ত।
ধাপ ধাপে
- f(x, y) = \sin{\left(x y \right)}
The gradient is the vector of partial derivatives — differentiate with respect to each variable, holding the others constant.
- \frac{\partial f}{\partial x} = y \cos{\left(x y \right)}
Treat every variable except x as a constant.
- \frac{\partial f}{\partial y} = x \cos{\left(x y \right)}
Treat every variable except y as a constant.
- \nabla f = \left[\begin{matrix}y \cos{\left(x y \right)}\\x \cos{\left(x y \right)}\end{matrix}\right]
Assemble the gradient vector. It points in the direction of steepest ascent.
- (0, 0)
Critical points: where every partial derivative is zero.
উত্তর প্রকাশ করুন
\nabla f = \left[\begin{matrix}y \cos{\left(x y \right)}\\x \cos{\left(x y \right)}\end{matrix}\right]