NewmarkSolverMultip​le

Newmark's Direct Integration Method: Solves a multiple-DOF system. Returns the displacement, velocity, and acceleration of the system
81 Downloads
Updated 21 Dec 2020

View License

%==========================================================================
%Newmark's Direct Integration Method
%==========================================================================
% Solves a multiple-DOF system with mass matrix "M", spring stiffness
% matrix "K" and damping coefficient matrix "C", under the exciting force
% matrix P.
%
% Returns the displacement, velocity, and acceleration of the system

Cite As

Xingzhuang Zhao (2026). NewmarkSolverMultiple (https://www.mathworks.com/matlabcentral/fileexchange/84595-newmarksolvermultiple), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
1.0.3

Change some comments.

1.0.2

Change some comments.

1.0.1

Change some comments.

1.0.0