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
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 ExchangeJust 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