A program that is good at algebraic manipulation???

Page 1 of 1 [ 7 posts ] 

Substantially_Abstract
Raven
Raven

Joined: 15 Jun 2018
Age: 25
Gender: Female
Posts: 111

14 Jan 2023, 3:37 pm

Hi all,

So, in my recent maths research, I got a big quartic equation. I know there is a quartic formula to solve it, but my coefficients are so big, that I would much rather trust a computer program that would, somehow, substitute them into the general formula, and rearrange them to a simpler form, than my algebra skills.

Note: My coefficients contain a variable.

Does anyone know of any such programs? If so, then this would be a big help to me!



Mikah
Veteran
Veteran

User avatar

Joined: 23 Oct 2015
Age: 36
Posts: 3,201
Location: England

14 Jan 2023, 7:08 pm

Substantially_Abstract wrote:
Note: My coefficients contain a variable. Does anyone know of any such programs?


I was about to say good luck finding that, but then I found this:

https://softmath.com/

Some total lunatic programmed this and it seems to work for quartics with any number of variable coefficients you like.


_________________
Behold! we are not bound for ever to the circles of the world, and beyond them is more than memory, Farewell!


Substantially_Abstract
Raven
Raven

Joined: 15 Jun 2018
Age: 25
Gender: Female
Posts: 111

16 Jan 2023, 7:24 am

Thanks, will definitely try it out! :wink:



Substantially_Abstract
Raven
Raven

Joined: 15 Jun 2018
Age: 25
Gender: Female
Posts: 111

21 Jan 2023, 5:00 am

Update: I tried out that program, and it did solve for x when I entered the quartic equation, but then, when I copied 1 of the x's into another equation I wanted to solve, then it said there was an error...

Maybe, my 2nd equation was too big? Also, couldn't quite get how to use the simplify option.

Anyhow, it is still very useful, thank you! :wink:



stratozyck
Deinonychus
Deinonychus

Joined: 28 Jun 2022
Age: 41
Gender: Male
Posts: 366
Location: US

07 Feb 2023, 8:46 pm

You can try Wolfram Alpha (search for it).

When I was in graduate school everyone used MAPLE. Its paid I believe and quite $$$.



varikvalefor
Tufted Titmouse
Tufted Titmouse

User avatar

Joined: 12 Apr 2019
Age: 39
Gender: Male
Posts: 28
Location: Severn, US-MD

18 Feb 2023, 8:49 pm

.i la .varik. cu nelci la'oi .Maxima.

VARIK likes Maxima.

https://maxima.sourceforge.io


_________________
"Drinkin' Yoo-hoos and doughnuts, y'all punks think I'm so nuts."
-KOOL KEITH


Tacos
Emu Egg
Emu Egg

Joined: 3 Mar 2023
Age: 39
Gender: Male
Posts: 1

04 Mar 2023, 1:03 am

Let me know if you still need help with this. I have done a lot of computational programming and can make something that will do it for you pretty quickly in python.