I'm trying to find out how many possible combinations you have if you have 4 variables, using all of them, how many unique combinations you will have using addition, subtraction, multiplication, division, exponentiation, and using roots. You can use parenthesis, but you can't have negatives, such as a⋅−b.
so for 2 vars:
1. a+b, b+a
2. a−b
3. b−a
4. a⋅b, b⋅a
5. ba
6. ab
7. ab
8. ba
9. ab
10. \(\displaystyle \sqrt{a}\)
This isn't for school or anything, I'm trying to make a script, but I need to know how the math works.
Thanks
so for 2 vars:
1. a+b, b+a
2. a−b
3. b−a
4. a⋅b, b⋅a
5. ba
6. ab
7. ab
8. ba
9. ab
10. \(\displaystyle \sqrt{a}\)
This isn't for school or anything, I'm trying to make a script, but I need to know how the math works.
Thanks