Post Reply 
Expand native application
01-25-2018, 03:30 AM
Post: #3
RE: Expand native application
You can use the RREF function to solve ANY size system of linear equations. Example (stolen from a random website):

Solve this 4×4 system:

4w+ x+2y-3z=-16
-3w+3x- y+4z= 20
-w+2x+5y+ z= -4
5w+4x+3y- z=-10

Just do this on your Prime:

[Image: rref.png]

Notice that the input matrix is simply the original problem with the variables and equal signs omitted (this is sometimes called an "augmented matrix" in the textbooks). (Always be sure that the variables are in the same order in each equation, and if any are missing, use 0 as their coefficient). The rightmost column of the output matrix is the answer you seek:

w = -1
x = 1
y = -2
z = 3

The mystical name of the magical RREF function means "Reduced-Row Echelon Form" which they used to teach us how to do by hand (what tedium!), but RREF does it all in one step for you.

<0|ɸ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Expand native application - math7 - 01-24-2018, 06:37 AM
RE: Expand native application - KeithB - 01-24-2018, 03:06 PM
RE: Expand native application - Joe Horn - 01-25-2018 03:30 AM
RE: Expand native application - math7 - 01-25-2018, 04:09 AM
RE: Expand native application - math7 - 01-25-2018, 04:40 AM
RE: Expand native application - Giancarlo - 01-25-2018, 10:15 PM
RE: Expand native application - math7 - 01-26-2018, 05:23 AM
RE: Expand native application - Rudi - 01-26-2018, 08:09 PM
RE: Expand native application - math7 - 01-26-2018, 09:35 PM
RE: Expand native application - Ernesto_R - 01-27-2018, 08:02 PM



User(s) browsing this thread: 1 Guest(s)