Merge pull request #155 from aligurbu/patch-2
Include Julia plot for limit function
This commit is contained in:
@@ -1371,6 +1371,12 @@ $$
|
|||||||
|
|
||||||
The limit exists, what is the value?
|
The limit exists, what is the value?
|
||||||
|
|
||||||
|
```{julia}
|
||||||
|
#| hold: true
|
||||||
|
#| echo: false
|
||||||
|
f(x) = (cos(x) - 1)/x
|
||||||
|
p = plot(f, -1, 1)
|
||||||
|
```
|
||||||
|
|
||||||
```{julia}
|
```{julia}
|
||||||
#| hold: true
|
#| hold: true
|
||||||
|
|||||||
Reference in New Issue
Block a user