Yuxi Liu
Yuxi Liu
This ```julia using DifferentialEquations, StaticArrays function harmonic!(du,u,p,t) du[1] = u[2] du[2] = -u[1] end u0 = @MArray [1.0, 0.0] function constantenergymanifold(resid,u,p,t) resid[1] = u[2]^2 + u[1]^2 - 1.0 resid[2] =...
I saw an interesting trick for PSOS in the very short (3 pages) note > Henon, M., ‘On the Numerical Computation of Poincaré Maps’, Physica D: Nonlinear Phenomena, 5.2–3 (1982),...
```julia using Symbolics @variables x y z = x+y Symbolics.jacobian([x*z],[x, z]) ``` Expected [x+y x] Got [y + 2x x]
- [ ] Hexagonal grids like [SIRS](https://www.complexity-explorables.org/explorables/critical-hexsirsize/) and [game of life](https://arunarjunakani.github.io/HexagonalGameOfLife/). - [x] B-Z reaction and other [reaction-diffusion systems](https://www.complexity-explorables.org/explorables/hopfed-turingles/) - [x] [Diffusion-limited aggregation](https://www.complexity-explorables.org/explorables/particularly-stuck/) More examples can be collected here.
When clicking audio recording file options, instead of making the menu appear, the canvas scrolls to the bottom right.  - OS: Windows 10 - microPad Version v3.19.0 It...
**Describe the bug** Pressing TAB cannot be undone ^Z. All other keypresses I tried could be undone. **To Reproduce** 1. Make new note 2. Press TAB 3. Try to undo...
Minimal example: ```python import plotly.graph_objects as go fig = go.Figure( go.Scatter(x=[1,2,3], y=[1,3,2] ) ) fig.add_annotation(text=r'$E=mc^2$', showarrow=False, font=dict(size=20)) fig.show() ``` Put it into a `ipynb` notebook, then try to render it...
### Context I have a fitted linear equation like $y = k * x + b$, where $k, b$ are learned on a dataset. I want it so that the...
### Context First, I think it's necessary to put this somewhere prominent in the tutorial. Tell the reader that if they want to inline a reference, they need to put...
Most of the images are missing with "NO IMAGE AVAILABLE".