Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
54a5244729
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README-en.md

+ 4
- 4
README-en.md View File

@@ -1,4 +1,4 @@
1
-#Arithmetic Expressions - Pretty Plots
1
+# Arithmetic Expressions - Pretty Plots
2 2
 
3 3
 ![rsz_heart.png](images/rsz_heart.png)
4 4
 ![rsz_mariposa1.png](images/rsz_mariposa1.png)
@@ -118,9 +118,9 @@ To plot a curve that is described by parametric equations, we compute the $$x$$
118 118
 
119 119
 
120 120
 
121
-## Laboratory session:
121
+## Laboratory Session:
122 122
 
123
-### Exercise 1 - Plotting interesting curves
123
+### Exercise 1 - Plotting Interesting Curves
124 124
 
125 125
 
126 126
 #### Instructions
@@ -200,7 +200,7 @@ In [2] and [3] you can find other parametric equations of interesting curves.
200 200
 
201 201
 
202 202
 
203
-### Exercise 2 - Computing the grade point average (GPA)
203
+### Exercise 2 - Computing the Grade Point Average (GPA)
204 204
 
205 205
 In this exercise you will write a program to obtain a student's grade point average (GPA). Suppose that all courses in Yauco'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 and $$F = 0$$ points per credit.
206 206