1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Geometric Explicit Form
f(n)=t1 ⋅ rn-1
Geometric Recursive Form
f(1)=t1 & f(n)=f(n-1)⋅r
Arithmetic Explicit Form
f(n)=t1+d(n-1)
Arithmetic Recursive Form
f(1)=t1 & f(n)=f(n-1)+d