Solving Large Equations with wxMaxima - What is up with %r1?

  • Thread starter Sparky_
  • Start date
In summary, the speaker is asking for clarification on the use of %r1 in their solved equations using wxMaxima and looking for suggestions for other free software that can solve equations with large numbers.
  • #1
Sparky_
227
5
I have a set of several equations -

The coefficients are rather large.

I thought I would be smart and not go through all the mess of solving them by hand

I have used wxMaxima some and carefully entered each equation into wxMaxima - using its Solve function

I'm getting:

[[X1=-230942730/(%r1-23900000),
X2=112626/3125,
Tx1=%r1,
Tx2=333975528125/18771]]

what is up with the %r1?

For what it's worth the Tx2 - I feel pretty good about that number it seems about what I would expect, X2 - I could believe that number - not too bad from my gut feel.

anybody here use wxMaxima and know about this?

OR

Can anybody suggest a "free" software package that could solve ~ 7 equations 7 unknows with large numbers?

-Sparky
 
Mathematics news on Phys.org
  • #2
algsys([2*x+y=10, 3*x+2*y=17], [x,y]);
Solves 2x+y=10 and 3x+2y=17 for x=3 and y=4.

If your equations are linear, you can use linsolve in place of algsys, for a slight speed increase.

Could you post the command you tried?
 
  • #3
I used "Solve" in wxMaxima.
 
  • #4
Post it with the arguments you used. Otherwise, I can't tell why it output %r1.
 
Last edited:
  • #5
Sparky_ said:
I have a set of several equations -

The coefficients are rather large.

I thought I would be smart and not go through all the mess of solving them by hand

I have used wxMaxima some and carefully entered each equation into wxMaxima - using its Solve function

I'm getting:

[[X1=-230942730/(%r1-23900000),
X2=112626/3125,
Tx1=%r1,
Tx2=333975528125/18771]]

what is up with the %r1?

For what it's worth the Tx2 - I feel pretty good about that number it seems about what I would expect, X2 - I could believe that number - not too bad from my gut feel.

anybody here use wxMaxima and know about this?

OR

Can anybody suggest a "free" software package that could solve ~ 7 equations 7 unknows with large numbers?

-Sparky

Usually the %r1 indicates that your system has infinitely many solutions - this is WxMaxima's way of writing them in parametric form: %r1 is the single free parameter.
 

FAQ: Solving Large Equations with wxMaxima - What is up with %r1?

What is wxMaxima and how does it help in solving large equations?

wxMaxima is a computer algebra system program that is designed to help in solving large and complex equations. It uses a combination of mathematical algorithms and user input to simplify and solve equations.

How does wxMaxima handle large equations?

wxMaxima uses a variety of techniques such as symbolic computation, simplification, and substitution to handle large equations. It also allows users to define their own functions and variables to make the solving process more efficient.

What is the significance of %r1 in wxMaxima?

%r1 is a special variable in wxMaxima that represents the result of the previous calculation. This allows users to easily refer to and use the previous result in their current calculations.

Can wxMaxima solve all types of equations?

wxMaxima is designed to solve a wide range of equations, including algebraic, differential, and integral equations. However, it may not be able to solve extremely complex or unsolvable equations.

Is there a limit to the size of equations that wxMaxima can handle?

While wxMaxima is capable of handling large and complex equations, there may be limitations based on the memory and processing power of the computer it is running on. In general, it is recommended to break down large equations into smaller parts for better efficiency.

Similar threads

Replies
11
Views
2K
Replies
55
Views
4K
Replies
7
Views
3K
Replies
1
Views
1K
Replies
4
Views
1K
Replies
12
Views
1K
Replies
15
Views
2K
Back
Top