What can I use to solve a general matrix?

  • Thread starter Thread starter VortexLattice
  • Start date Start date
  • Tags Tags
    General Matrix
Click For Summary
SUMMARY

To solve a general matrix with three equations and three unknowns, users can utilize tools like Wolfram Alpha and Maxima. Wolfram Alpha simplifies the process by allowing users to input matrix equations directly, such as using the syntax "Inverse[{{a, b}, {a b, 4 b}}].{3,5}//Simplify". Maxima, while potentially more complex, offers capabilities for computer algebra and arbitrary precision arithmetic. Both tools effectively handle matrices with general variables, making them suitable for applications in Hamiltonian dynamics.

PREREQUISITES
  • Understanding of matrix algebra and invertibility
  • Familiarity with Hamiltonian dynamics concepts
  • Basic knowledge of algebraic substitution methods
  • Experience with online computational tools like Wolfram Alpha
NEXT STEPS
  • Explore Wolfram Alpha's advanced matrix functionalities
  • Learn to use Maxima for computer algebra systems
  • Study the principles of Hamiltonian dynamics in more depth
  • Practice solving systems of equations with general variables
USEFUL FOR

Students, mathematicians, and engineers working with algebraic systems, particularly those involved in Hamiltonian dynamics or requiring solutions for general matrices.

VortexLattice
Messages
140
Reaction score
0
Hi guys!

I need to solve a matrix. I have 3 equations, 3 unknowns, straightforward stuff. And I know it's invertible (doing transformations for hamiltonian dynamics, so I know they made it invertible). I know my calculator and a ton of websites can easily solve any matrix with real coefficients, but here they are general variables.

Does anyone know a good website (or how to do it on the TI-83, or TI-89) that will do this?

For example, solving something like:

a*x + b*y = 3
ba*x + 4b*y = 5, finding x and y as functions of a and b.

Any good way?

Thanks!
 
Physics news on Phys.org
This is of the form M.X = S, so the solution is just M^{-1}.S .

Wolfram alpha (http://www.wolframalpha.com) will solve this easily. The syntax is :

Inverse[{{a, b}, {a b, 4 b}}].{3,5}//Simplify

Try it!
 
VortexLattice said:
Hi guys!

I need to solve a matrix. I have 3 equations, 3 unknowns, straightforward stuff. And I know it's invertible (doing transformations for hamiltonian dynamics, so I know they made it invertible). I know my calculator and a ton of websites can easily solve any matrix with real coefficients, but here they are general variables.

Does anyone know a good website (or how to do it on the TI-83, or TI-89) that will do this?

For example, solving something like:

a*x + b*y = 3
ba*x + 4b*y = 5, finding x and y as functions of a and b.

Any good way?

Thanks!

You can solve the example by substitution. Solve the 1st equation for either x or y and substitute the result into the 2nd equation to solve for the other unknown. You'll end up with algebraic expressions for x and y in terms of a and b.
 
Phyzguy recommended wolfram alpha, which is a great option. Maxima is another option, possibly more clunky but I use it the most for computer algebra and arbitrary precision arithmetic:

http://maxima.sourceforge.net/

enjoy,

jason
 
I am studying the mathematical formalism behind non-commutative geometry approach to quantum gravity. I was reading about Hopf algebras and their Drinfeld twist with a specific example of the Moyal-Weyl twist defined as F=exp(-iλ/2θ^(μν)∂_μ⊗∂_ν) where λ is a constant parametar and θ antisymmetric constant tensor. {∂_μ} is the basis of the tangent vector space over the underlying spacetime Now, from my understanding the enveloping algebra which appears in the definition of the Hopf algebra...

Similar threads

  • · Replies 33 ·
2
Replies
33
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K