From: Admin Deveci on
I am looking forward to m-file of Gauss Jordan Elimination.I want to solve this equation by Gauss Jorda Elimination with a m-file.

6x1+10x2+15x3+19x4+17x5=2
14x1+19x2+5x3+11x4+5x5=4
13x1+7x2+10x3+3x4+16x5=5
3x1+12x2+14x3+3x4+5x5 =6
2x1+4x2+18x3+5x4+19x5=9

Thank you...
From: NZTideMan on
On Oct 28, 11:16 am, "Admin Deveci" <sulumansul...(a)yahoo.com> wrote:
> I am looking forward to m-file of Gauss Jordan Elimination.I want to solve this equation by Gauss Jorda Elimination with a m-file.
>
> 6x1+10x2+15x3+19x4+17x5=2
> 14x1+19x2+5x3+11x4+5x5=4
> 13x1+7x2+10x3+3x4+16x5=5
> 3x1+12x2+14x3+3x4+5x5 =6
> 2x1+4x2+18x3+5x4+19x5=9
>
> Thank you...

JFGI
From: Steven Lord on

"Admin Deveci" <sulumansultan(a)yahoo.com> wrote in message
news:hc7rf4$iel$1(a)fred.mathworks.com...
>I am looking forward to m-file of Gauss Jordan Elimination.I want to solve
>this equation by Gauss Jorda Elimination with a m-file.
>
> 6x1+10x2+15x3+19x4+17x5=2
> 14x1+19x2+5x3+11x4+5x5=4
> 13x1+7x2+10x3+3x4+16x5=5
> 3x1+12x2+14x3+3x4+5x5 =6
> 2x1+4x2+18x3+5x4+19x5=9
>
> Thank you...

If this isn't homework, just use backslash (\).

If this is homework, generally people on this newsgroup expect the student
to show what they've done to solve the homework problem before they offer
any assistance.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ


From: Admin Deveci on
It's a homework and i cant use backslash they need function in m-file i think.