2064. Determination of Principal Axes Using Complex Numbers

Publication TypeConference Paper
AuthorsPribnow, R.S.
Year of Publication1992
Paper Number2064
Conference51st Annual Conference, Hartford, Connecticut, May 18-20
Conference LocationHartford, Connnecticut
Paper Category12. WEIGHT ENGINEERING - COMPUTER APPLICATIONS
Pages23
Date Published5/18/92
Price$9.20
Order this PaperClick Here
Key Words12. WEIGHT ENGINEERING - COMPUTER APPLICATIONS
AbstractThis paper was written to document the complex number method for solving the principal axis cubic equation. This is the simplest non iterative method, and it is well suited for use in mass properties software. There has been some speculation in the industry that this method is not viable in software applications because the FORTRAN complex number routines do not always return correct answers. The FORTRAN routines can return correct answers all the time if the user makes use of Reimann surfaces to keep track of location on the complex plane. This paper will go through the kinetics calculations to determine the principal axis cubic equation, and then it will discuss the complex number operations necessary to actually solve for the principal inertias. A listing of an example program that performs all the necessary calculations will also be included.