Friday, January 4, 2013

Importing Modules into a Python Program

In Python, a module introduces a new namespace and adds functions, classes and variables into your programs, enabling them to do things which they would not be able to without the capabilities imported from the module

Thursday, May 24, 2012

NumPy Array Indexing

Extracting values from and inserting values into a Python list object is intuitive and powerful

Tuesday, May 22, 2012

Direct Stiffness Method - An Overview

A brief overview of the direct stiffness method as applicable to skeletal structures

Thursday, April 12, 2012

NumPy Arrays

NumPy ndarray is a versatile n-dim array implementation and quite different compared to Scilab matrices

Sunday, April 8, 2012

Direct Stiffness Method - DoF Numbering

An introduction to numbering degree of freedom numbers for direct stiffness method of analysis of skeletal structures