Sum of different Matrix elements

I've tried to look around to see if there were answers to my question, but I'm not sure how to word it. Hopefully you guys understand what I mean.
I'm trying to make a Gauss-Seidel iterative algorithm. My problem is when trying to find x sub i to the (k+1):
I'm not sure how to to take individual elements of a vector and compute them in a for loop given we have matrices "a" and "b".

3 Kommentare

Sean Murphy
Sean Murphy am 13 Feb. 2013
I've continued to look for information, but I am still lost in the sauce.
Link not working and bad explained. What does this mean: trying to find x sub i to the (k+1)?
Here is the sum of Matrix element 1 and 2.
M = [1 3; 2 4];
M(1)+M(2)
Sean Murphy
Sean Murphy am 13 Feb. 2013
Hopefully the equation will give some insight. Im just unsure how to take any of the summations with matrix indexing. I've tried my best to explain it.
Thanks.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Matt J
Matt J am 12 Okt. 2017

0 Stimmen

I'm not sure how to to take individual elements of a vector
For example,
a(i,1:n-1)

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 12 Feb. 2013

Beantwortet:

am 12 Okt. 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by