You are not logged in.
Pages: 1
HI everyone,
could you help me with this problem!!??
Reduce this matrix....i tried to solve it but I did not know how??
x+x-2x+x=9
x-x+2x=1
x-3x=5
1 1 -2 1 9
0 1 -1 2 1
0 0 1 -3 5
my level is university
thank you...
Offline
hi raneem
Welcome to the forum!
That question seems odd to me. Too many xs.
I'd expect w, x, y, z in a question like this.
Then reducing it would mean doing row and column operations that lead to z = .... y = ...... x = ...... w = ......
But with 4 unknowns and only three equations you won't get a unique solution.
You could express each of w, x and y in terms of z.
You could try:
http://www.math.odu.edu/~bogacki/cgi-bin/lat.cgi
The screen shot below shows what I got from this.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Thank You Very Much !
Offline
You're welcome! Are you ok with this now?
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
please can you check if it is right
1st row
x-4x=9
-3x=9
x=-3
ـــــــــــــــــــــــــــــــ
2nd row
0=6
ـــــــــــــــــــــــــــــــ
3rd row
x-3x=5
-2x=5
x=-5\2
i think there is no answer because 2nd row equal zero ..... right
Offline
hi raneem
your matrix layout is very hard to follow.
Time for a lesson in using Latex.
Start a line with square brackets math
and end with square brackets /math
Between the math instructions put the following
\left|
\begin{array}{c c c c c}
1 & 1 & -2 & 1 & 9 \\
& 1 & -1 & 2 & 1 \\
& & -1 & -3 & 5
\end{array}
\right|
This will result in the following:
Then you can show what you are doing properly.
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
Pages: 1