Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1pkav authored Oct 4, 2023
1 parent c93bde2 commit 9445e93
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions homework/github_week3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,20 @@ git push origin master
```

8. Create a pull request to the main repo.

## Needed formulae

Formula for the nth term:
```math
F_n = \frac{\Phi^n - (-\phi)^n}{\sqrt{5}}
```

Where $\Phi$ and $\phi$ are:
```math
\Phi = \frac{\sqrt{5} + 1}{2}
```

Results within code will likely require rounding due to floating-point inaccuracy.
```math
\phi = \frac{\sqrt{5} - 1}{2}
```

0 comments on commit 9445e93

Please sign in to comment.