Community Profile

photo

Cem Güven


Last seen: 1 month ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Promoter

View badges

Feeds

View by

Question


I cannot see the last step of for loop
function x = gausseli(A,b) s=length(A); for j = 1:(s-1) for i = s:-1:(j+1) m = A(i,j)/A(j,j) A(i,:) = A...

3 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago