Skip to content

Commit 04e32e7

Browse files
authored
Update cake_eating_numerical.md
1 parent f433730 commit 04e32e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/cake_eating_numerical.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ c_analytical = c_star(ce.x_grid, ce.β, ce.γ)
362362
363363
fig, ax = plt.subplots()
364364
365-
ax.plot(ce.x_grid, c_analytical, label='analytical')
366-
ax.plot(ce.x_grid, c, label='numerical')
365+
ax.plot(ce.x_grid, c_analytical, label='解析解')
366+
ax.plot(ce.x_grid, c, label='数值解')
367367
ax.set_ylabel(r'$\sigma(x)$')
368368
ax.set_xlabel('$x$')
369369
ax.legend()

0 commit comments

Comments
 (0)