Skip to content

Commit 3fcc4ed

Browse files
committed
minor updates
1 parent 41924f5 commit 3fcc4ed

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $$f(x) = \|2 \times x + 1\|$$
5959
This works:
6060
```
6161
$\frac{a}{b}$
62-
```
62+
```
6363
This might not:
6464
```
6565
$ \frac{a}{b} $

_posts/2020-11-07-ds-lecture-23.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ code: ma5.101
55
number: 23
66
---
77

8-
# MA5.101 - Discrete Structures | Lecture 023 | 07 Nov 202
9-
with Prof Ashok Kumar Das
10-
118
## Definitions
129
1. **Idempotence** (elements)**.** Let $\langle S, \cdot \rangle$ be a structure. An element $x \in S$ is said to be *idempotent* if $x \cdot x = x^{2} = x$.
1310

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body {
1111
}
1212

1313
p {
14-
font-family: serif, Arial, Helvetica, sans-serif;
14+
font-family: Georgia, serif;
1515
}
1616

1717
h1 {

0 commit comments

Comments
 (0)