Skip to content

kolosovpetro/OnTheBinomialTheoremAndDiscreteConvolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On the link between binomial theorem and discrete convolution

logo_example

Build PDF Build and Deploy PDF contributors count

What is all about

Source code of the manuscript entitled "On the link between binomial theorem and discrete convolution" along with Mathematica programs in order to verify results.

Build and run in Intellij IDEA

How to use Mathematica package

  • Open the package file OnTheBinomialTheoremAndDiscreteConvolution.m in Wolfram Mathematica, I use version 13.0
  • Execute the package using Shift+Enter
  • Open the notebook file OnTheBinomialTheoremAndDiscreteConvolution.nb
  • Execute the line: Needs["OnTheBinomialTheoremAndDiscreteConvolution"]
  • 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