auto-update(nvim): 2025-02-15 12:28:05
This commit is contained in:
parent
3d4a68f1f3
commit
c3278a4e6a
1 changed files with 2 additions and 5 deletions
|
@ -118,8 +118,7 @@ example once we discuss _basis_.
|
|||
|
||||
== Vector addition. Multiplication
|
||||
|
||||
Vector addition, represented by $+$, and multiplication, represented by the
|
||||
$dot$ (dot) operator, can be done entrywise.
|
||||
Vector addition, represented by $+$ can be done entrywise.
|
||||
|
||||
_Example._
|
||||
|
||||
|
@ -325,9 +324,7 @@ RR^2$, and their linear combination $v + w$, a rotation of $gamma$ radians of
|
|||
1)$, where $PP^n$ is the field of all polynomials of degree at most $n$.
|
||||
|
||||
$
|
||||
dif / (dif x) (
|
||||
alpha v + beta w
|
||||
) = alpha dif / (dif x) v + beta dif / (dif x) w, forall v in V, w in W, forall "scalars" alpha, beta
|
||||
dif / (dif x) ( alpha v + beta w ) = alpha dif / (dif x) v + beta dif / (dif x) w, forall v in V, w in W, forall "scalars" alpha, beta
|
||||
$
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue