story building. For this case, the analysis is limited to horizontal motion of the structure. Using Newton's second law, force balances can be developed for this system as dt² m₁ d²x₂ =+ k ·x₁ + = (x2-x₁) m₁ m3 = 8000 kg m k3 = 1800 kN/m k₂ m₁ = 10,000 kg -(x3 - x2) m |k₂ = 2400 kN/m m2 = (x2 − x3 ) - dt² m₁ = 12,000 kg m k₁ = 3000 kN/m m3 dt² m2 d²x3_k3 · (x₁ − x 2 ) + -=- Simulate the dynamics of this structure from t = 0 to 20 s, given the initial condition that the velocity of the ground floor is dx1/dt = 1 m/s, and all other initial values of displacements and velocities are zero. Present your results as two time-series plots of (a) displacements and (b) velocities. And develop a three- dimensional phase-plane plot of the displacements (X1, X2, X3). Use following functions: import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes 3D
story building. For this case, the analysis is limited to horizontal motion of the structure. Using Newton's second law, force balances can be developed for this system as dt² m₁ d²x₂ =+ k ·x₁ + = (x2-x₁) m₁ m3 = 8000 kg m k3 = 1800 kN/m k₂ m₁ = 10,000 kg -(x3 - x2) m |k₂ = 2400 kN/m m2 = (x2 − x3 ) - dt² m₁ = 12,000 kg m k₁ = 3000 kN/m m3 dt² m2 d²x3_k3 · (x₁ − x 2 ) + -=- Simulate the dynamics of this structure from t = 0 to 20 s, given the initial condition that the velocity of the ground floor is dx1/dt = 1 m/s, and all other initial values of displacements and velocities are zero. Present your results as two time-series plots of (a) displacements and (b) velocities. And develop a three- dimensional phase-plane plot of the displacements (X1, X2, X3). Use following functions: import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes 3D
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
In Python:
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps
Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education