The following relationships have been established between the variables y1, y2, and y3. Develop and execute a computer program in MATLAB to solve this non-linear system by using fixed-point iteration method (Jacobi or Gauss-seidel type) within a relative error of 1%. Choose proper initial values. Make sure your program tabulates and displays the results and the relative error for all three variables at each iteration.
9 = y1^2 + y2^2 + y3^2
1 = y1 *y2* y3
0 = y1 + y2 + y3
this question is my homework, can you write me sample m-files or examples for this kind of problems?


LinkBack URL
About LinkBacks

