gistlib
main.m% Define the global stiffness matrix K = [k1+k2, -k2; -k2, k2]; % Define the global force vector F = [F1; 0]; % Solve for nodal displacements U = K\F; 151 chars7 lines
% Define the global stiffness matrix K = [k1+k2, -k2; -k2, k2]; % Define the global force vector F = [F1; 0]; % Solve for nodal displacements U = K\F;
gistlibby LogSnag