Skip to content

Lecture [LECTURE_NUMBER]: [Lecture Title]

Key Concepts

  • Concept 1
  • Concept 2

Topic 1: [Name of Topic]

Worked Example: [Problem Description]

Solution: This is where the detailed solution goes. You can include math: [ \lim_{x→1} \frac{x^2 - 1}{x - 1} = 2 ]


Topic 2: [Another Topic]

graph LR
  A[Concept A] --> B[Concept B];
def example_function():
    return "This is an example"