|
Posted: 08/30/23
Due: 09/06/23, 11:59PM
Tracks 1 & 2: 1-4. Track 2: 5.
This homework introduces the fundamentals of additive approximation techniques in vector spaces. Read and understand the concepts in L04: Linear combinations in and , in particular to the example presented in the text and in the code attached to L04: Figure 2. Additional Julia coding constructs are also introduced. Remember to always execute the code snippets within the lecture notes to understand Julia programming techniques.
Approximate on the interval by a cosine series
Study the convergence behavior of the approximation.
Solution.
Approximate on the interval by a trigonometric series
Study the convergence behavior of the approximation.
Solution.
Approximate on the interval by a sine series
Study the convergence behavior of the approximation.
Solution.
Approximate on the interval by a sawtooth series
Study the convergence behavior of the approximation.
Solution.
Completely state the mathematical problem of solving the initial value problem for an ordinary differential equation of first order. Use Lyapunov exponents [1] to find the absolute condition number.
Solution.