Mass-Dampening-Stiffness Matrix EOM

버전 1.0.0.0 (176 KB) 작성자: Brent Lewis
Program sets up Mass-Dampening-Stiffness Matrices for proprtionally damped system of mass, springs
다운로드 수: 2.7K
업데이트 날짜: 2007/5/4

라이선스 없음

Program will take a description of a system containing masses and springs with proportional dampening and will output the mass[M], dampening[D] and stiffness[K] matrices for that system with respects to its system of equations as shown below.

M*d2x/dt^2+D*dx/dt+K*x=F

Program can handle both numeric and symbolic equations.

Sample script to run from my final in aerospace structures at University of Colorado

Files attached
-MDK.m: Main Program-Stand Alone
-7MassSysstem.jpeg: Picture showing the system in the test script
-Test.m: Script for test system

Questions, Comments, and Snide Remarks welcome

인용 양식

Brent Lewis (2024). Mass-Dampening-Stiffness Matrix EOM (https://www.mathworks.com/matlabcentral/fileexchange/14854-mass-dampening-stiffness-matrix-eom), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Assembly에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Corrected Example Code to match the figure