|
@@ -112,9 +112,8 @@ To plot a curve that is described by parametric equations, we compute the $$x$$
|
112
|
112
|
|
113
|
113
|
## Laboratory session:
|
114
|
114
|
|
115
|
|
-### Exercise 1
|
|
115
|
+### Exercise 1: Plotting interesting curves
|
116
|
116
|
|
117
|
|
-In this exercise you will plot the graphs of some parametric equations of interesting curves.
|
118
|
117
|
|
119
|
118
|
**Instructions**
|
120
|
119
|
|
|
@@ -192,11 +191,9 @@ In [2] and [3] you can find other parametric equations of interesting curves.
|
192
|
191
|
|
193
|
192
|
|
194
|
193
|
|
195
|
|
-### Exercise 2
|
|
194
|
+### Exercise 2: Computing grade point average (GPA)
|
196
|
195
|
|
197
|
|
-In this exercise you will write a program to obtain a student's grade point average (GPA).
|
198
|
|
-
|
199
|
|
-Suppose that all courses in Cheo's University are $$3$$ credits each and have the following point values: $$A = 4$$ points per credit; $$B = 3$$ points per credit; $$C = 2$$ points per credit; $$D = 1$$ point per credit y $$F = 0$$ points per credit.
|
|
196
|
+In this exercise you will write a program to obtain a student's grade point average (GPA). Suppose that all courses in Cheo's University are $$3$$ credits each and have the following point values: $$A = 4$$ points per credit; $$B = 3$$ points per credit; $$C = 2$$ points per credit; $$D = 1$$ point per credit y $$F = 0$$ points per credit.
|
200
|
197
|
|
201
|
198
|
**Instructions**
|
202
|
199
|
|