Steel sections have several applications in the construction industry. They are often used in the design and construction of huge industrial complexes. They also are used in transport, shipbuilding and packaging industries. Typical steel sections are used, and their properties have been recorded and are not needed to be calculated per application. They are recorded in most design software and used easily when required. This work focusses on using thin-walled approximation to calculate the section properties of complex sections which are a combination of existing section profiles. A program is written using C++ which would apply dimensions from the user and display the section properties at the end as result. The aim is to automate the process to calculate the required values and this would in turn save time. The values obtained from the program are compared with those calculated using existing formulas and the error obtained is reported.
A lot of software today dealing with various domains of engineering and life sciences have to deal with non-linear problems. In order to reduce the problem to a linear problem, a lot of state of the art solutions already exist. This work focus on the implementation of Newton’s Algorithm (also known as Newton’s method), to determine the roots of a given function within a specific user defined interval. The software for this implementation is FORTRAN. Even though FORTRAN is considered to be outdated, it still has a lot of application due to its long history and the existing legacy code. The code is written in such a manner that a user can provide a function and a specific interval and the code should in turn run iterations over the interval and should display all the possible roots within that interval. The results are compared at the end for their accuracy. The program is successful in finding out all the roots within an interval.
scite is a Brooklyn-based organization that helps researchers better discover and understand research articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence. scite is used by students and researchers from around the world and is funded in part by the National Science Foundation and the National Institute on Drug Abuse of the National Institutes of Health.