필터 지우기
필터 지우기

creating a mapping matrix

조회 수: 5 (최근 30일)
alexis cordova
alexis cordova 2019년 7월 22일
답변: A C 2020년 10월 4일
. Specify the components of the deformation tensor (matrix) F and use it to compute strain tensor E. The tensor F is the mapping matrix. We can use it to compute the deformed location of points that we identify in the undeformed configuration (e.g., the vertices of the initial square of material).
trying to create the F matrix and not sure how
  댓글 수: 1
A C
A C 2020년 10월 4일
% given
X = [1.5;0]
b = [1.75; 0.4]
% A*X = b
A = b/X

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

답변 (1개)

A C
A C 2020년 10월 4일
% given
X = [1.5;0]
b = [1.75; 0.4]
% A*X = b
A = b/X

카테고리

Help CenterFile Exchange에서 Stress and Strain에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by