====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gibson:teaching:fall-2014:math445:lab1 [2014/09/01 17:01] gibson |
gibson:teaching:fall-2014:math445:lab1 [2014/09/01 18:56] (current) gibson |
||
---|---|---|---|
Line 16: | Line 16: | ||
- | **Problem 2:** What is the type of the answers in problem 1? | + | **Problem 2:** What is the type (class) of the answers in problem 1? |
**Problem 3:** Use //intmin// and //intmax// to determine the range of values that can be stored in the types //uint32// and //uint64//. Express the answers as integers and in scientific notation. | **Problem 3:** Use //intmin// and //intmax// to determine the range of values that can be stored in the types //uint32// and //uint64//. Express the answers as integers and in scientific notation. | ||
Line 31: | Line 31: | ||
calculate the WCF for (a) T = 45 F and V = 10 mph and (b) T = 45 F and V = 0 mph. | calculate the WCF for (a) T = 45 F and V = 10 mph and (b) T = 45 F and V = 0 mph. | ||
- | (Does the Wind Chill Factor make sense to you? Why or why not?)2 | + | (Does the Wind Chill Factor make sense to you? Why or why not?) |
**Problem 5:** Use Matlab help to understand the following questions, and then answer them based on your understanding. Then use Matlab to check your answers. Rethink any questions you answered incorrectly. | **Problem 5:** Use Matlab help to understand the following questions, and then answer them based on your understanding. Then use Matlab to check your answers. Rethink any questions you answered incorrectly. | ||
Line 87: | Line 87: | ||
xor(5 < 6, 8 > 4) | xor(5 < 6, 8 > 4) | ||
| | ||
- | What is the type of each of the answers? | + | What is the type (class) of each of the answers? |
**Problem 10:** The geometric mean g of n numbers $x_1, x_2, \ldots, x_n$ is given by | **Problem 10:** The geometric mean g of n numbers $x_1, x_2, \ldots, x_n$ is given by |