creating a mapping matrix
이전 댓글 표시
. 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
2020년 10월 4일
% given
X = [1.5;0]
b = [1.75; 0.4]
% A*X = b
A = b/X
답변 (1개)
A C
2020년 10월 4일
% given
X = [1.5;0]
b = [1.75; 0.4]
% A*X = b
A = b/X
카테고리
도움말 센터 및 File Exchange에서 Just for fun에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!