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!
 
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. My name is Guido Feliz.
I took a break from mathematics for one year dealing with stressful situations in my life. I am now ready to return and begin a self-study of Precalculus working my way back to Multivariable Calculus. For me, it is a return to my math college days, a walk down memory lane. You are welcome to come along for the ride.
 

Members online

No members online now.

Forum statistics

Threads
2,555
Messages
9,909
Members
706
Latest member
irlenBingus
Back
Top