Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. =====편도함수(Partial Derivative)===== ====개념==== $f(x,y)=z $와 같은 다변수함수에서 x,y 둘중 하나로만 미분함.\\ 그로인하여 자유변수 하나만 이동햇을떄 해당 자유변수로 인하여 z 가 얼마나 움직이는지 알수있음.\\ \\ ====공식==== $ f_x(x, y) = \lim_{h \to 0} \frac{f(x + h, y) - f(x, y)}{h} == \frac{\partial}{\partial x} f(x, y)$ \\ \\ * 본 예문은 x에 대한 편도함수로써, y를 고정시키고 x만 움직여서 x의 움직임당 z의 변화율을 구하는것 미적분/편도함수.txt Last modified: 2025/09/30 01:55by masteraccount