Jacobian
From Maths
Revision as of 13:45, 12 March 2015 by Alec (Talk | contribs) (Created page with "Sometimes called "Jacobian Matrix", or "differential". ==Common definition== Given a function <math>f:\mathbb{R}^m\rightarrow\mathbb{R}^n</math> (I use the conve...")
Sometimes called "Jacobian Matrix", or "differential".
Common definition
Given a function f:Rm→Rn (I use the convention of m first because it takes it from m to n) the:
- differential of f at x, denoted dfx or Dfx which I prefer, as you often find df in a fraction involving dx
- Jacobian matrix of f at x often denoted Jf(x)
Are given by:
Dfx:Rm→Rn, Dfx=(∂f1∂x1⋯∂f1∂xm⋮⋱⋮∂fn∂x1⋯∂fn∂xm)
This is a n-by-m matrix using my convention.
[Expand]
How to remember which way round this matrix goes