Saved Bookmarks
| 1. |
Find guass jacobi method and guass seidal method : 1) 5x-2y+z=-4,x+6y-2z=-1,3x+y+5z=13 |
|
Answer» ONG>Step-by-step explanation: 5x -2y + Z = -4 x + 6y - 2z = -1 3x + y + 5z = 13Write a program in C also for the PROBLEM. 2..SOLVE the following by Gauss Elimination method- 3x + 4y + 5z = 18 2x –y + 8z = 13 5x – 2y + 7z = 20 3.Given data –X:11.41.82.2 Y:3.494.825.966.5 Find Y1.6 using Newton’s Forward Difference Formula. Write a program in C also for the problem |
|