joshuarauh commited on
Commit
08c00fa
verified
1 Parent(s): 1e0648a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -46,16 +46,22 @@ SUBJECT_SUBTOPICS = {
46
  "integration techniques",
47
  "improper integrals",
48
  "area between curves",
49
- "volumes of revolution",
 
50
  "arc length",
51
  "parametric equations",
52
  "polar coordinates",
53
  "sequences",
54
  "series",
 
 
55
  "Taylor series",
56
  "L'H么pital's rule",
57
  "mean value theorem",
58
- "fundamental theorem of calculus"
 
 
 
59
  ],
60
  "Multivariable Calculus": [
61
  "partial derivatives",
 
46
  "integration techniques",
47
  "improper integrals",
48
  "area between curves",
49
+ "volume of revolution",
50
+ "surface area of revolution",
51
  "arc length",
52
  "parametric equations",
53
  "polar coordinates",
54
  "sequences",
55
  "series",
56
+ "integration by parts",
57
+ "partial fractions",
58
  "Taylor series",
59
  "L'H么pital's rule",
60
  "mean value theorem",
61
+ "intermediate value theorem",
62
+ "extreme value theorem",
63
+ "fundamental theorem of calculus 1",
64
+ "fundamental theorem of calculus 2"
65
  ],
66
  "Multivariable Calculus": [
67
  "partial derivatives",