Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.49 KB

C1_tutorial.md

File metadata and controls

29 lines (19 loc) · 1.49 KB

Matlab Tutorials associated to Course 1

Full correction of Assignement C1

Axial Rod with distributed force the full explanation of Matlab's implementation with symbolic computing Explanation

Matlab's implementation with 3 elements correction

from wikiversity

What is a shape function (interpolation)?

MATLAB tutorial on Shape functions

How do you derive the K stiffness matrix for a rod?

MATLAB tutorial on 2 nodes rod

A step by step example of solving a truss assembly

using direct stiffness method 6 bar truss example

Static Analysis SOL101 (NASTRAN)

:= Ku=f with K is a stiffness matrix, u vector of displacement, f vector of external force you get u by : inv(K)*f

For student who cannot use Nastran, I'm preparing a Matlab based solution.