Page 1 of 1

IN MATLAB, write a program and perform iterations until tolerance starting at (0.1, 0.1) for: max(| x - (x3/10) - (y/12)

Posted: Wed May 11, 2022 2:56 pm
by answerhappygod
IN MATLAB, write a program and perform iterations until
tolerance starting at (0.1, 0.1) for:
max(| x - (x3/10) - (y/12) - (1/15) |, | y -
(x2/18) - (4/21) |) < 10-9