Community Profile

photo

ricky fajar


Last seen: 28 days ago Active since 2021

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


i have made a matlab code of gauss-siedel but there's a slight problem . i need to make the output print 20 iteration but i only get 18. any advice?
%6x-y-z=19 %3x+4y+z=26 %x+2y+6z=22 %initial values for y and z is 0 %x=19+y+z/6 %y=26-3x-z/4 %z=22-x-2y/6 clear;clc;forma...

2 years ago | 1 answer | 0

1

answer

Question


my plot line is not showing line, how do i fix this?
disp ('fahrenheit(f) celcius(cel) kelvin(kelv) Reaction rate(react)') for f=50:1:104 cel=(f-32)/1.8; kelv=(f...

3 years ago | 1 answer | 0

1

answer