Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This needs to be done in python code, trinket seems to work the best PART1 The pseudocode related to the football player, given at 1A,
This needs to be done in python code, trinket seems to work the best
PART1 The pseudocode related to the football player, given at 1A, may crash in different situations, and could be more efficient. Write a more reliable flowchart and code, and justify the improvements introduced. Use pi/100 as step, vo-15, h-3, g-9.8 and L-15.5. Plot the trajectory of the football in that case. PART 2 A NxN matrix is a magic square if every row, column, and diagonal add up to the same number. In this case, we demand that the numbers are different and consecutive. They do not have to start with 1 1. Design a code that creates a 3x3 magic square for any given set of consecutive numbers 2. Execute dot products between the different rows and columns of the resulting square, comment the results. 4. Design a code that creates a 4x4 magic square for any given set of consecutive numbers. 5. Execute dot products between the different rows and columns of the resulting square, comment the results. 6, Design a code that generates a generic NoN magic square PART1 The pseudocode related to the football player, given at 1A, may crash in different situations, and could be more efficient. Write a more reliable flowchart and code, and justify the improvements introduced. Use pi/100 as step, vo-15, h-3, g-9.8 and L-15.5. Plot the trajectory of the football in that case. PART 2 A NxN matrix is a magic square if every row, column, and diagonal add up to the same number. In this case, we demand that the numbers are different and consecutive. They do not have to start with 1 1. Design a code that creates a 3x3 magic square for any given set of consecutive numbers 2. Execute dot products between the different rows and columns of the resulting square, comment the results. 4. Design a code that creates a 4x4 magic square for any given set of consecutive numbers. 5. Execute dot products between the different rows and columns of the resulting square, comment the results. 6, Design a code that generates a generic NoN magic squareStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started