Merge branch 'main' into v0.19a
This commit is contained in:
commit
194926daba
@ -495,7 +495,7 @@ We can rearrange $(k(x+h) - k(x))$ as follows:
|
||||
$$
|
||||
\begin{align*}
|
||||
(a\cdot f(x+h) + b\cdot g(x+h)) - (a\cdot f(x) + b \cdot g(x)) &=\\
|
||||
\quada\cdot (f(x+h) - f(x)) + b \cdot (g(x+h) - g(x)). &
|
||||
\quad a\cdot (f(x+h) - f(x)) + b \cdot (g(x+h) - g(x)). &
|
||||
\end{align*}
|
||||
$$
|
||||
|
||||
|
@ -36,7 +36,7 @@ that `Julia` is primarily used for the numeric style of computing and
|
||||
the algebraic/symbolic treatment is added on. Doing the symbolic
|
||||
treatment by hand can be very beneficial while learning, and computer
|
||||
algebra systems make those exercises seem kind of redundant, as the
|
||||
finished product can be produced much easier.
|
||||
finished product can be produced much more easily.
|
||||
|
||||
Our real goal is to get at the concepts using technology as much as
|
||||
possible without getting bogged down in the mechanics of the computer
|
||||
|
Loading…
Reference in New Issue
Block a user