. 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일

0 개 추천

% given
X = [1.5;0]
b = [1.75; 0.4]
% A*X = b
A = b/X

카테고리

도움말 센터File Exchange에서 Just for fun에 대해 자세히 알아보기

제품

질문:

2019년 7월 22일

답변:

A C
2020년 10월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by