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

类别

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