Question

Problem MEX-02 (Points: 3/10). According to the matrix structural analysis theory, the internal force vec- tor of a truss ele
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Here is the code for your problem.

% initializing given variables

E = 29000000

A = 3.4

L = 200

d = [0.02; 0.04]

% calculating temporary variable to calculate k

temp = E * A / L

% initializing k matrix

k = [temp -temp; -temp temp]

% result given y matrix product

f = k * d

Here is the screenshot of the code if the indentation is not clear.

nmin % initializing given variables E = 29000000 A = 3.4 L = 200 d = [0.02; 0.04] % calculating temporary variable to calcula

Here is the output of the code.

E = A = L = d = 29000000 3.4000 200 0.020000 0.040000 temp = 493000 k = 493000 -493000 -493000 493000 f = -9860 9860


Hope this helps.

Please rate the answer if you like it.

Do leave a comment.Any suggestion/query is much appreciated.

Add a comment
Know the answer?
Add Answer to:
Problem MEX-02 (Points: 3/10). According to the matrix structural analysis theory, the internal force vec- tor...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT