Partial Derivative

Creator
Creator
Seonglae Cho
Created
Created
2022 Sep 30 17:39
Editor
Edited
Edited
2024 Sep 26 13:4
Refs
Refs
Gradient

여러 변수로 이루어진 함수에서 하나의 변수에 대해 미분하는 것

일반 미분이 단일 변수 함수에 대해 그 변수의 변화율을 구하는 것과 달리, 다변수 함수의 특정 변수를 제외한 나머지 변수를 상수로 간주하여 미분하는 것

partial f partial x

fx\frac{\partial f}{\partial x}limh0f(x+h,y)f(x,y)x+hx\lim_{h\rightarrow 0}\frac{f(x +h,y) - f(x,y)} {x + h - x}
Partial Derivative Notion
 
 
 
 
 
 

Recommendations