MATLAB for Scientists and Engineers. Differential and Integral Calculus by Pérez López César

MATLAB for Scientists and Engineers. Differential and Integral Calculus by Pérez López César

Author:Pérez López, César [Pérez López, César]
Language: eng
Format: epub
Publisher: UNKNOWN
Published: 2020-03-23T16:00:00+00:00


We know that the transformation equations are:

.

Obviously, the functions have continuous partial derivatives. Let's see if the determinant of the Jacobian of the transformation is non-zero:

>> J = simplify(jacobian([a*cos(b); a*sin(b)], [a, b]))

J =

[ cos(b), -a*sin(b)]

[ sin(b), a*cos(b)]

>> pretty(simplify(sym(det(J))))

a

We see that the Jacobian of the transformation is non-zero ( a ¹ 0 ). Thus, the inverse function theorem is applicable. The determinant of the Jacobian of the inverse transformation will be 1/a .



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.