Difference between revisions of "Jacobian"
From Maths
(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...") |
(No difference)
|
Latest revision as of 13:45, 12 March 2015
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 dfxor Dfxwhich I prefer, as you often find dfin 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