GitHub

Original file line numberDiff line numberDiff line change

@@ -21,12 +21,6 @@ kernelspec:

2121

(ar1_processes)=

2222

# AR1 Processes

2323
24-

```{admonition} Migrated lecture

25-

:class: warning

26-
27-

This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html).

28-

```

29-
3024

```{index} single: Autoregressive processes

3125

```

3226
Original file line numberDiff line numberDiff line change

@@ -23,12 +23,6 @@ kernelspec:

2323
2424

# Complex Numbers and Trigonometry

2525
26-

```{admonition} Migrated lecture

27-

:class: warning

28-
29-

This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html).

30-

```

31-
3226

## Overview

3327
3428

This lecture introduces some elementary mathematics and trigonometry.

Original file line numberDiff line numberDiff line change

@@ -25,12 +25,6 @@ kernelspec:

2525
2626

# Geometric Series for Elementary Economics

2727
28-

```{admonition} Migrated lecture

29-

:class: warning

30-
31-

This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html).

32-

```

33-
3428

## Overview

3529
3630

The lecture describes important ideas in economics that use the mathematics of geometric series.

Original file line numberDiff line numberDiff line change

@@ -12,12 +12,6 @@ kernelspec:

1212

(lp_intro)=

1313

# Linear Programming

1414
15-

```{admonition} Migrated lecture

16-

:class: warning

17-
18-

This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html).

19-

```

20-
2115

In this lecture, we will need the following library. Install [ortools](https://developers.google.com/optimization) using `pip`.

2216
2317

```{code-cell} ipython3

Original file line numberDiff line numberDiff line change

@@ -28,12 +28,6 @@ kernelspec:

2828

```{index} single: Models; Schelling's Segregation Model

2929

```

3030
31-

```{admonition} Migrated lecture

32-

:class: warning

33-
34-

This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html).

35-

```

36-
3731

## Outline

3832
3933

In 1969, Thomas C. Schelling developed a simple but striking model of racial

Original file line numberDiff line numberDiff line change

@@ -23,12 +23,6 @@ kernelspec:

2323

```{index} single: Dynamic Programming; Shortest Paths

2424

```

2525
26-

```{admonition} Migrated lecture

27-

:class: warning

28-
29-

This lecture has moved from our [Intermediate Quantitative Economics with Python](https://python.quantecon.org/intro.html) lecture series and is now a part of [A First Course in Quantitative Economics](https://intro.quantecon.org/intro.html).

30-

```

31-
3226

## Overview

3327
3428

The shortest path problem is a [classic problem](https://en.wikipedia.org/wiki/Shortest_path) in mathematics and computer science with applications in

Read the original on github.com ↗