The complete question file was attached below. Please have a look. The first question is for a symmetric matrix system (a) perform a Cholesky decomposition by hand and then solve the system; (b) use the Jacobi method to try it again by starting with an initial estimate of{−1 2 −1}T , and discuss your results. The second question: Use a Taylor series expansion to derive a centered finite-difference approximationto the third derivate that is second-order accurate. To do this, you will have to use fourdifferent expansions for the points xi-2, xi-1, xi+1 and xi+2. In each case, theexpansion will be around the point xi. The interval ∆x will be used in each case ofi −1 and i +1, and 2∆x will be used in each case of i − 2 and i + 2 . The fourequations must then be combined in a way to eliminate the first and secondderivatives. Carry enough terms along in each expansion to evaluate the first term thatwill be truncated to determine the order of the approximation. The last question is using 4th order RK method to do calculations. The complete question file was attached below. Please have a look.