Does anyone have a computer that can crunch polynomials?

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?
 
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?

Never mind, I found a much easier way to solve the problem. Sorry guys!
 


Write your reply...

Members online

No members online now.

Forum statistics

Threads
2,523
Messages
9,840
Members
695
Latest member
LWM
Back
Top