Click here to Skip to main content
15,895,746 members
Articles / Programming Languages / C#

Numerical Solutions to Vibrations of Bars

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
19 Mar 2021CPOL6 min read 6K   112   4  
Numerically solves the problem of vibrations on bars with various boundary conditions using Jenkins-Traub algorithm
The acoustic problem of vibrations of bars is usually solved with graphic methods and most books that have these equations in them just mention that you could use the Newton-Raphson method to solve it. The approach in this article is different. This article uses the NuGet symbolic mathematics package MathNet.Symbolics together with my C# implementation of the Jenkin-Traub root-finding algorithm of polynomials to solve these problems.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer
Norway Norway
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions