Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Not sure of the programming language but using Matlab R2019b Problem 1: Write a function to calculate transformation matrix for 3D truss member. Input for

image text in transcribed

Not sure of the programming language but using Matlab R2019b

Problem 1: Write a function to calculate transformation matrix for 3D truss member. Input for the function is nodal coordinate matrix XYZ: XYZ = (** 211 (x2 72 22 Output is the transformation matrix: e11 212 213 0 0 0 e21 e22 223 0 0 0 1931 e32 e33 0 0 0 0 eu 212 213 0 0 0 221 222 223 Lo 0 0 231 232 233) Print and submit a hardcopy of the codes. Problem 2: Write a function to calculate member local stiffness matrix for 3D truss member. Inputs for the function are elastic modulus E, cross-section area A, and nodal coordinate matrix XYZ defined in the problem 1. Print and submit a hardcopy of the codes. Problem 3: Convert 2D-truss program to 3D-truss program. Use it to solve for problem 8.5. Print out program, input, and results. Problem 1: Write a function to calculate transformation matrix for 3D truss member. Input for the function is nodal coordinate matrix XYZ: XYZ = (** 211 (x2 72 22 Output is the transformation matrix: e11 212 213 0 0 0 e21 e22 223 0 0 0 1931 e32 e33 0 0 0 0 eu 212 213 0 0 0 221 222 223 Lo 0 0 231 232 233) Print and submit a hardcopy of the codes. Problem 2: Write a function to calculate member local stiffness matrix for 3D truss member. Inputs for the function are elastic modulus E, cross-section area A, and nodal coordinate matrix XYZ defined in the problem 1. Print and submit a hardcopy of the codes. Problem 3: Convert 2D-truss program to 3D-truss program. Use it to solve for problem 8.5. Print out program, input, and results

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Structure Of The Relational Database Model

Authors: Jan Paredaens ,Paul De Bra ,Marc Gyssens ,Dirk Van Gucht

1st Edition

3642699588, 978-3642699580

More Books

Students also viewed these Databases questions

Question

Which is better, controlled access or contention? Explain.

Answered: 1 week ago