EET 207 Applied Engineering Programming Final Exam (Part 2) 1. Use of course resources is permitted. 2. Use of calculator and scratch paper is permitted. 3. Turn in all testing material no later than...

1 answer below »
APA 6th edition



EET 207 Applied Engineering Programming Final Exam (Part 2) 1. Use of course resources is permitted. 2. Use of calculator and scratch paper is permitted. 3. Turn in all testing material no later than the specified time. 4. This is an individual assessment, not collaboration. 5. To get full credit, include sufficient comments (documentation) in your programs to explain what is being done. 6. Read the submission guide lines at the end. 1 – Write a python program that plots the following 4 functions in one graph using the subplot command and matplotlib package. Include legend, title, grid, x label, and y label. The range of x is -10 to +10 with 1000 samples. a. red color b. blue color c. magenta color d. yellow color Hint: Final answer should look like below: Save the python program for this question under “LastName_FirstName_FinalExamQ1.py” 2. Write a python program that solves the system of linear equations shown below for x1, x2, x3, x4, x5 and x6. Then display a message as follows: “The solution for x1 with 2-digit decimal precision is ________” “The solution for x2 with 2-digit decimal precision is ________” “The solution for x3 with 2-digit decimal precision is ________” “The solution for x4 with 2-digit decimal precision is ________” “The solution for x5 with 2-digit decimal precision is ________” “The solution for x6 with 2-digit decimal precision is ________” Save the python program for this question under “LastName_FirstName_FinalExamQ2.py” 4. Write a python program that creates the following polynomial: a. Using the python software, plot the function of x from -2 to +2 with 1000 samples. b. Find the x-intercepts of the polynomial and display them on the console. c. Plot the x-intercepts on the same graph as part a. with red “x”. d. Find the minimum, maximum, variance and standard deviation of the polynomial for the given range and display the following messages: “The minimum of p(s) with 4-digit decimal precision is_____” “The maximum of p(s) with 4-digit decimal precision is_____” “The variance of p(s) with 4-digit decimal precision is_____” “The standard deviation of p(s) with 4-digit decimal precision is_____” e. Include title, x-label, y-label, legend. Use a linewidth = 5. Save the python program for this question under “LastName_FirstName_FinalExamQ3.py” Submission Guidelines: · Make sure that the .py files are running without errors to avoid penalty. · Stuff your program with sufficient comments. · All coding must be done using Python program and Pycharm editor. · Create a folder and name it as “LastName_FirstName_FinalSubmission. Add all the developed files for this test inside the folder. Compress (zip) the folder and upload the compressed file in Canvas.
Answered 1 days AfterSep 26, 2022

Answer To: EET 207 Applied Engineering Programming Final Exam (Part 2) 1. Use of course resources is permitted....

Sathishkumar answered on Sep 28 2022
64 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here