how to find out the order of the stiffness matrix?
how to find out the order of the stiffness matrix?
(OP)
Please let me know whether the following is correct:
order of the stiffness matrix = (no. of nodes) * (degrees of freedom per node)
order of the stiffness matrix = (no. of nodes) * (degrees of freedom per node)





RE: how to find out the order of the stiffness matrix?
order of K = Sum (node(i) * DOFs of node(i))
with i = 1...n (number of nodes)
any comments?
cheers
RE: how to find out the order of the stiffness matrix?
RE: how to find out the order of the stiffness matrix?
Brad