document.write( "Question 1196448: I've been working on this for hours, but keep taking the wrong path. I need to solve the 4x4 equations:
\n" ); document.write( "2w + x - y + 2z = 10
\n" ); document.write( "-w - 3x + y - 5z = -11
\n" ); document.write( "3w + 5x - 3y + z = 35
\n" ); document.write( "-4w - 2x - 3y - z = 2
\n" ); document.write( "

Algebra.Com's Answer #829433 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "The other tutors have great solutions, so I don't have much to add. Though I would like to mention relevant software tools.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For problems like this, the Linear Algebra Toolkit is an invaluable resource
\n" ); document.write( "The link is here
\n" ); document.write( "http://www.math.odu.edu/~bogacki/lat/
\n" ); document.write( "Click on \"Enter\". Then click on \"Solving a system of linear equations\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We have m = 4 equations and n = 4 unknowns\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The variables x1,x2,x3,x4 represent w,x,y,z in that order.
\n" ); document.write( "The boxes to the left of each represent the coefficients.
\n" ); document.write( "Type those coefficients in, as well as the right hand sides.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Once everything is typed in, double-check that the numbers have been entered correctly. Then hit the \"submit\" button.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This will provide the final answer. The step by step process is also provided. Click on \"Show Details\" to see the steps.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You should end up with
\n" ); document.write( "x1 = 2
\n" ); document.write( "x2 = 3
\n" ); document.write( "x3 = -5
\n" ); document.write( "x4 = -1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "which means
\n" ); document.write( "w = 2
\n" ); document.write( "x = 3
\n" ); document.write( "y = -5
\n" ); document.write( "z = -1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "An alternative calculator is WolframAlpha
\n" ); document.write( "https://www.wolframalpha.com/
\n" ); document.write( "This is even easier to use since all you need to do is type the following shown in red
\n" ); document.write( "2w + x - y + 2z = 10,-w - 3x + y - 5z = -11,3w + 5x - 3y + z = 35,-4w - 2x - 3y - z = 2
\n" ); document.write( "Basically list each equation separated by commas.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "WolframAlpha is great, but it doesn't show steps freely. You would need to become a paid subscriber to their service if you wanted to see the steps. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The first link (the linear algebra toolkit) is completely free for both steps and final answer. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Another useful tool, that I personally use all the time, is GeoGebra.
\n" ); document.write( "https://www.geogebra.org/
\n" ); document.write( "It is completely free software. The drawback is that it doesn't show the step-by-step process.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To solve this system using GeoGebra, you would need to open the CAS (computer algebra system) panel.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then in a CAS input box, you'll type the following shown in red
\n" ); document.write( "Solve[{2w + x - y + 2z = 10,-w - 3x + y - 5z = -11,3w + 5x - 3y + z = 35,-4w - 2x - 3y - z = 2}]\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The input structure is very similar to WolframAlpha's input. Though we have \"Solve\" up front, and a pair of square brackets and curly braces surrounding the equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The template is Solve[{SYSTEM}] where \"SYSTEM\" is replaced with the system of equations in question.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There are numerous other calculators and tools dealing with this topic. Feel free to explore to find your favorites.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Keep in mind that these tools are meant to help you, and not do your homework for you. You should still do the problems yourself to get practice.
\n" ); document.write( "When it comes to exams, it's likely your teacher will not allow such calculators to be used.
\n" ); document.write( "S/he would probably only allow things like a TI83 but may not even allow that. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In short, it's best to get practice doing the problem yourself and then using the calculators mentioned as a way to check your answer.
\n" ); document.write( "They are also helpful tools to see how to do something if you get stuck.
\n" ); document.write( "
\n" ); document.write( "
\n" );