Azzera filtri
Azzera filtri

creating a mapping matrix

5 visualizzazioni (ultimi 30 giorni)
alexis cordova
alexis cordova il 22 Lug 2019
Risposto: A C il 4 Ott 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 Commento
A C
A C il 4 Ott 2020
% given
X = [1.5;0]
b = [1.75; 0.4]
% A*X = b
A = b/X

Accedi per commentare.

Risposte (1)

A C
A C il 4 Ott 2020
% given
X = [1.5;0]
b = [1.75; 0.4]
% A*X = b
A = b/X

Categorie

Scopri di più su Stress and Strain in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by