creating a mapping matrix

6 visualizaciones (últimos 30 días)
alexis cordova
alexis cordova el 22 de Jul. de 2019
Respondida: A C el 4 de Oct. de 2020
. 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 comentario
A C
A C el 4 de Oct. de 2020
% given
X = [1.5;0]
b = [1.75; 0.4]
% A*X = b
A = b/X

Iniciar sesión para comentar.

Respuestas (1)

A C
A C el 4 de Oct. de 2020
% given
X = [1.5;0]
b = [1.75; 0.4]
% A*X = b
A = b/X

Categorías

Más información sobre Stress and Strain en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by