Difference between revisions of "Jacobian"

From Maths
Jump to: navigation, search
(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:RmRn

(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:RmRn

, Dfx=(f1x1f1xmfnx1fnxm)

This is a n-by-m matrix using my convention.

[Expand]

How to remember which way round this matrix goes