The following four non-linear equations, i=1 i=2 i=3 i=4 FI(T) = [ko + (T₁+ To) ]-To- [2 ko + (To+ 2-T₁+T2) ] T₁ + [ko +
Posted: Fri Jul 08, 2022 5:42 am
using the intrinsic Octave linear solver (such as the linsolve routine). You are to evaluate the elements of the Jacobian by using a first order forward finite differencing approximation with a step size of Ax = 105 to evaluate the partial derivatives. Take the following input parameter values for the problem: ko 10.25 a 0.25 To = 450 TL-25 Finally set up the N=4 non-linear equations, and use the following initial guess to solve the non-linear problem: NN (400 300 200 100 Set the convergence factor 105 for both the iterative norm and the residual norm. Set the maximum number of iterations to K=100, and report: 1. The initial elements of the Jacobian (report 1 decimal places and chop). 2. The temperatures, T,,i=1,2...4 (report 1 decimal places and chop). 3. The initial residual norm (report 1 decimal places and chop). B. Using the same values for the linear coefficient k but setting the non-linear coefficients a=0 to zero, solve the linear problem and report: 4. The temperatures, T,,i=1,2...4 (report 1 decimal places and chop).