EGR 103/Fall 2023/Lab 6

From PrattWiki
Jump to navigation Jump to search

Typos / Corrections

  • None yet!

Assignment

6.4.1 Group Connect Problems

6.4.1.1 Conversions

Additional resources:

6.4.1.2 Chapra 4.27 Process

Do not just skip past this - if you have questions about what is going on, please ask them!

6.4.2 Group Gradescope Problem

6.4.2.1 Chapra 4.27 Function

  • You will want to have a conversation with your group about the original examples from Chapra 4.2 and then how they were extended to include two more returns first. After that, your group needs to plan out (a) how to change the code to work with the atan formula and then (b) how to change the code to generate the two additional items.

6.4.3 Individual Gradescope / Connect Problems

6.4.3.1 Chapra 4.25 / 4.11

Note that there are both Connect and Gradescope parts for this.

6.4.3.2 Chapra 4.24 / 4.10

Note that there are both Connect and Gradescope parts for this.

6.4.4 Individual Lab Report

6.4.4.1 Based on Chapra Problem 4.24

This is mainly meant to illuminate issues with large-angle representations for the approximations. Be sure to include a discussion in your lab report.

6.4.4.2 Based on Chapra Problem 4.27

The key here is that you need to use a loop to calculate each value of your approximation - you cannot calculate them all at once! There are some times that we will be able to solve for all the answers at once, but iterative solutions using accumulations or maps generally preclude that because the number of iterations for each starting value may be different.