[Solved]Write Matlab Function Z Spline3coeff T Y Takes Input 1 Knot Vector T I20 X Xn 2 Functio Q37177617

Write a MATLAB function z – spline3.coeff (t, y) that takes as input (1) the knot vector t-I20, xỉ, . . . , xn) and (2) the function values y [yo, yi, , , , , yn The return vector is the spline coefficients z-10-20,21, 22, . . . ,Zn-1, 2n- The z vector is computed by setting up and solving a tridiagonal system as discussed during the lecture. You can use the MATLAB backslash for solving the tridiagonal system. Show transcribed image text Write a MATLAB function z – spline3.coeff (t, y) that takes as input (1) the knot vector t-I20, xỉ, . . . , xn) and (2) the function values y [yo, yi, , , , , yn The return vector is the spline coefficients z-10-20,21, 22, . . . ,Zn-1, 2n- The z vector is computed by setting up and solving a tridiagonal system as discussed during the lecture. You can use the MATLAB backslash for solving the tridiagonal system.
Expert Answer
Answer to Write a MATLAB function z – spline3.coeff (t, y) that takes as input (1) the knot vector t-I20, xỉ, . . . , xn) and (2… . . .
OR

