use quarto, not Pluto to render pages
This commit is contained in:
@@ -210,13 +210,8 @@ fp = diff(f(x),x)
|
||||
fp, fp(c), f'(c), (f(c+h) - f(c))/h
|
||||
```
|
||||
|
||||
```julia;echo=false
|
||||
note("""
|
||||
The use of `'` to find derivatives provided by `CalculusWithJulia` is convenient, and used extensively in these notes, but it needs to be noted that it does **not conform** with the generic meaning of `'` within `Julia`'s wider package ecosystem and may cause issue with linear algebra operations; the symbol is meant for the adjoint of a matrix.
|
||||
""")
|
||||
```
|
||||
|
||||
|
||||
!!! note
|
||||
The use of `'` to find derivatives provided by `CalculusWithJulia` is convenient, and used extensively in these notes, but it needs to be noted that it does **not conform** with the generic meaning of `'` within `Julia`'s wider package ecosystem and may cause issue with linear algebra operations; the symbol is meant for the adjoint of a matrix.
|
||||
|
||||
|
||||
## Questions
|
||||
|
||||
Reference in New Issue
Block a user