Community Profile

photo

sujit


University of Duisburg Essen

Last seen: 10 months ago Active since 2013

Followers: 0   Following: 0

Message

I want to add up all vectors i am getting by 'for' operation in one matrix. b =[2,3,5]'; for r = -1:0.1:1 A =[5,(2*r),r ; 3,6 ,(2*r-1); 2,(r-1),3*r ]; x = b\A; matricx1 = end I need all vectors of x for all values of r.in one matrix say 'matricx1' Professional Interests: calculations

Statistics

All
  • First Submission

View badges

Feeds

View by

Submitted


ISM CODE
ism

10 months ago | 2 downloads |

Question


make matrix by using vectors created by loop
%I want to make matrix by all vectors of x for all values of r in following code %save it to 'Matrics' b =[2,3,5]'; ...

11 years ago | 2 answers | 0

2

answers