필터 지우기
필터 지우기

Is this a right way of computing Jacobian matrix of a velocity field?

조회 수: 1 (최근 30일)
Mirlan Karimov
Mirlan Karimov 2020년 6월 3일
댓글: Licheng Feng 2021년 6월 29일
Hi there,
I am computing the Jacobian of velocity field V = [vx; vy; vz].
I take a numerical gradient of a vector field
[gradxVx,gradyVx,gradzVx] = gradient(vx,stepx,stepy,stepz);
[gradxVy,gradyVy,gradzVy] = gradient(vy,stepx,stepy,stepz);
[gradxVz,gradyVz,gradzVz] = gradient(vz,stepx,stepy,stepz);
Step sizes are spacings in corresponding directions because: without declaring the spacing, The spacing between points in each direction is assumed to be 1.
In the following step, I just assemble the partial derivatives in each point to get the Jacobian at that point.
Is this is a right way of computing Jacobian matrix?
  댓글 수: 1
Licheng Feng
Licheng Feng 2021년 6월 29일
Hi, I have the same question, how to compute the jacobian of vector field, given a series discrete points. Do you solve this problem?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by