mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-16 12:16:42 +02:00
Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
86c576ed42
commit
8efb13dbcf
1 changed files with 8 additions and 0 deletions
8
numpy/layout/README.md
Normal file
8
numpy/layout/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
$$ n_{d}+N_{d}\cdot (n_{d-1}+N_{d-1}\cdot (n_{d-2}+N_{d-2}\cdot (\cdots +N_{2}n_{1})\cdots )))=\sum _{k=1}^{d}\left(\prod _{\ell =k+1}^{d}N_{\ell }\right)n_{k} $$
|
||||
|
||||
$$ n_{1}+N_{1}\cdot (n_{2}+N_{2}\cdot (n_{3}+N_{3}\cdot (\cdots +N_{d-1}n_{d})\cdots )))=\sum _{k=1}^{d}\left(\prod _{\ell =1}^{k-1}N_{\ell }\right)n_{k} $$
|
||||
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue