Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kolosovpetro/polynomialidentitiesinvolvingpascalstrianglerows
Polynomial identities involving Pascal's triangle rows
https://github.com/kolosovpetro/polynomialidentitiesinvolvingpascalstrianglerows
binomial-coefficients binomial-theorem combinatorics polynomials
Last synced: 27 days ago
JSON representation
Polynomial identities involving Pascal's triangle rows
- Host: GitHub
- URL: https://github.com/kolosovpetro/polynomialidentitiesinvolvingpascalstrianglerows
- Owner: kolosovpetro
- License: mit
- Created: 2022-05-21T09:35:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T14:53:19.000Z (over 2 years ago)
- Last Synced: 2023-03-06T07:17:49.189Z (over 1 year ago)
- Topics: binomial-coefficients, binomial-theorem, combinatorics, polynomials
- Language: TeX
- Homepage: https://archive.org/details/polynomial-identities-involving-pascals-triangle-rows
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polynomial Identities Involving Pascals Triangle Rows
[![Build PDF](https://github.com/kolosovpetro/PolynomialIdentitiesInvolvingPascalsTriangleRows/actions/workflows/build-pdf.yml/badge.svg)](https://github.com/kolosovpetro/PolynomialIdentitiesInvolvingPascalsTriangleRows/actions/workflows/build.yml/badge.svg)
[![Build and Deploy PDF](https://github.com/kolosovpetro/PolynomialIdentitiesInvolvingPascalsTriangleRows/actions/workflows/build-and-deploy-pdf.yml/badge.svg)](https://github.com/kolosovpetro/PolynomialIdentitiesInvolvingPascalsTriangleRows/actions/workflows/build-and-deploy.yml/badge.svg)
![contributors count](https://img.shields.io/github/contributors/kolosovpetro/PolynomialIdentitiesInvolvingPascalsTriangleRows)## Build and run in Intellij IDEA
- Install `MikTeX`: https://miktex.org/download
- Update `MikTeX`
- Install `SumatraPDF` viewer: https://www.sumatrapdfreader.org/download-free-pdf-viewer
- Install `Intellij IDEA Ultimate`: https://www.jetbrains.com/idea/download/#section=windows
- Activate `Intellij IDEA Ultimate`
- Install `TeXiFy IDEA` plugin: https://plugins.jetbrains.com/plugin/9473-texify-idea
- Clone this repository locally: `https://github.com/kolosovpetro/github-latex-template.git`
- Open `github-latex-template` folder in `Intellij IDEA Ultimate` and configure as follows
- LaTeX Configuration
![LaTeX Configuration](img/latex_configuration.PNG?raw=true "LaTeX Configuration")
- BibTeX Configuration
![BibTeX Configuration](img/bibtex_configuration.PNG?raw=true "BibTeX Configuration")
- Configure Inverse Search in `Intellij IDEA` for SumatraPDF: `Tools -> LaTeX -> Configure Inverse Search`
- Compile document using `Shift + F10`## How to use Mathematica package
- Open the package file `PolynomialIdentitiesInvolvingPascalsTriangleRows.m` in Wolfram Mathematica, I use version 13.0
- Execute the package using `Shift+Enter`
- Open the notebook file `PolynomialIdentitiesInvolvingPascalsTriangleRows.nb`
- Execute the line: `Needs["PolynomialIdentitiesInvolvingPascalsTriangleRows"]`
- Continue your work as desired## Configure CI / CD
Set repository secrets
- `GH_ACCESS_TOKEN`: Generate Github Personal access token at
`Settings -> Developer Settings -> Personal access tokens -> Generate mew token` and assign in to
secret `GH_ACCESS_TOKEN`
- `GH_NAME`: Your Github username
- `GH_EMAIL`: Your Github email## Actions and their trigger policy
- `build-pdf.yml` builds project using `TeXLive`. Triggered on `pull_request`, `push` to `develop` branch
- `build-and-deploy-pdf.yml` builds project using `TeXLive` and deploys to `GitHub Pages`. Triggered on `push` to `main`
branch## Template example
Compiled document looks like as follows