Skip to content

Commit

Permalink
matematyka: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Jan 16, 2024
1 parent 6b2dc33 commit 8002f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/notes/matematyka/matematyka_2024.01.15.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ $$
###4 Obliczanie długości krzywej

$$
l = \Sigma_i \sart{(\phi(t_i) - \phi(t_i - 1))^2 + (\psi(t_i) - \psi(t_i - 1))^2} = \\
= \Delta t_i \Sigma_i \sqrt{\phi'(u_i)^2 + \psi(\dzeta_i)^2 } \\
l = \Sigma_i \sqrt{(\phi(t_i) - \phi(t_i - 1))^2 + (\psi(t_i) - \psi(t_i - 1))^2} = \\
= \Delta t_i \Sigma_i \sqrt{\phi'(u_i)^2 + \psi(\zeta_i)^2 } \\
\int_\alpha^\beta \sqrt{\phi'^2 + \psi'^2 } dt \\
$$
Expand Down

0 comments on commit 8002f0b

Please sign in to comment.