- Joined
- Jan 2, 2025
- Messages
- 4
- Reaction score
- 0
Hello,
I have some pretty demanding polynomial addition as part of a personal project, and even Wolfram-Alpha only wanted to do half of it:
[(a^3)(z^3)-18x(a^2)(z^2)+3a(b^2)+3az(b^2)(x^2)-(b^3)(x^3)] + [bx(a^3)(z^2)-(2z)(a^2)(b^2)(x^2)+a(b^3)(x^3)]
In the future, can I use a C++ or Python script to add all these numbers?
I have some pretty demanding polynomial addition as part of a personal project, and even Wolfram-Alpha only wanted to do half of it:
[(a^3)(z^3)-18x(a^2)(z^2)+3a(b^2)+3az(b^2)(x^2)-(b^3)(x^3)] + [bx(a^3)(z^2)-(2z)(a^2)(b^2)(x^2)+a(b^3)(x^3)]
In the future, can I use a C++ or Python script to add all these numbers?