powered by
Calculates the resonance frequencies of a given ODEnetwork. The resonance frequencies are calculated without respect to the dampers and neighbourhood structure.
ODEnetwork
calcResonances(odenet)
Object of class ODEnetwork.
a data frame with a vector of resonance frequencies.
# NOT RUN { masses <- 1 dampers <- as.matrix(0.1) springs <- as.matrix(4) odenet <- ODEnetwork(masses, dampers, springs) calcResonances(odenet) # }
Run the code above in your browser using DataLab