subject
Engineering, 29.02.2020 03:50 njohns5327home

All of the plots we have done so far in this class were in two dimensions (2D). The Lorenz system has three variables that have a type of oscillatory behavior, which makes it suitable for plots in 3D. Let's try that. Read through the code below and add a comment to every line, use the internet to figure out anything you have not seen before. It is a very important skill that you can read other people's code and figure out on your own what they are doing. [8]: from mpl_toolkits. mplot3d import Axes3D fig = plt. figure(figsize = (20,15)) ax = fig. gca(projection='30') color = np. linspace(0, 1/num_time_points, num_time_points) color_step_size = 4 for step in range(0, num_time_points, color_step_size): # play with color values, marker types, alpha and Line width! ax. plot([step: (step + color_step_size + 1)], v[step: (step+color_step_size+1)], W[step: (step+color_step_size+1)], '-, color = # Labels a title on the plot plt. title('Lorenz Attractor') [8]: Text(0.5, 0.92, "Lorenz Attractor)

ansver
Answers: 2

Another question on Engineering

question
Engineering, 04.07.2019 18:10
Ariver flows from north to south at 8 km/h. a boat is to cross this river from west to east at a speed of 20 km/h (speed of the boat with respect to the earth/ground). at what angle (in degrees) must the boat be pointed upstream such that it will proceed directly across the river (hint: find the speed of the boat with respect to water/river)? a 288 b. 21.8 c. 326 d. 30.2
Answers: 3
question
Engineering, 04.07.2019 18:10
Compute the pressure drop of 30°c air flowing with a mean velocity of 8 m/s in a circular sheet-metal duct 300 mm in diameter and 15 m long. use a friction factor, f 0.02, and pair = 1.1644 kg/m a. 37.26 pa b. 25.27 pa n c. 29.34 pa d. 30.52 pa
Answers: 1
question
Engineering, 04.07.2019 18:10
The flow rate of air through a through a pipe is 0.02 m5/s. a pitot static tube is placed in the flow. the radius of the pitot static tube is 1 mm. assuming the flow to be steady and the air to be at 300k, calculate the difference in total and static pressure if the diameter of the pipe is: (a) d 0.1 m d 0.05 m (c) d 0.01 m
Answers: 2
question
Engineering, 04.07.2019 18:20
Along 8-cm diameter steam pipe whose external surface temperature is 900c connects two buildings. the pipe is exposed to ambient air at 70c with a wind speed of 50 km/hr blowing across the pipe. determine the heat loss from the pipe per unit length. (b) air at 500c enters a section of a rectangular duct (15 cm x 20 cm) at an average velocity of 7 m/s. if the walls of the duct are maintained at 100c. a) the length of the tube for an exit temperature of the air to be 40 0c. b)the rate of heat transfer from the air. c) the fan power needed to overcome the pressure drop in this section of the duct.
Answers: 1
You know the right answer?
All of the plots we have done so far in this class were in two dimensions (2D). The Lorenz system ha...
Questions
question
Mathematics, 18.12.2020 06:50
question
History, 18.12.2020 06:50
question
Health, 18.12.2020 06:50
question
History, 18.12.2020 06:50
Questions on the website: 13722362