This script expands upto n = 18 of an expression using the binomial expansion formula.
In essence, any valid expression of the form
python main.py --exp (a + b)^k--exp, is a flag telling the CLI the expression to expand
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This script expands upto n = 18 of an expression using the binomial expansion formula.
In essence, any valid expression of the form
python main.py --exp (a + b)^k--exp, is a flag telling the CLI the expression to expand