math117: fix spam
This commit is contained in:
parent
eb1f5f8bcb
commit
f58580c1be
@ -259,3 +259,7 @@ $$
|
||||
Vectors of different dimensions cannot be compared — the missing dimensions cannot be treated as 0.
|
||||
|
||||
The standard form of a vector is written as the difference between two points: $\vec{OA}$ where $O$ is the origin and $A$ is any point. $\vec{AB}$ is the vector as a difference between two points.
|
||||
|
||||
### Linear combination
|
||||
|
||||
|
||||
|
@ -43,7 +43,6 @@ If a function is not invertible, restricting the domain may allow a **partial in
|
||||
By restricting the domain to $[0,\inf]$, the **multivalued inverse function** $y=\pm\sqrt{x}$ is reduced to just the partial inverse $y=\sqrt{x}$.
|
||||
|
||||
## Symmetry
|
||||
78u7u887878
|
||||
An **even function** satisfies the property that $f(x)=f(-x)$, indicating that it is unchanged by a reflection across the y-axis.
|
||||
|
||||
An **odd function** satisfies the property that $-f(x)=f(-x)$, indicating that it is unchanged by a 180° rotation about the origin.
|
||||
|
Loading…
Reference in New Issue
Block a user