Week 2
            October 7, 2018 by Instructor
            
            The material covered this week  may be structured as follows:
            
            
             Lecture 2 (Curs 2)
            
                -  Iterative methods for linear systems (Metode iterative pentru rezolvarea sistemelor liniare):
                    
                        -  Jacobi's Method, 
-  Gauss-Seidel Method, 
-  
                            
                            
                            .
                        
 
-  Convergence of iterative methods.
                 
             Laboratory, Weeks: 1-2 (Laborator, sapt. 1-2).
            
                - A quick overview of MatLab/Octave.
                    
- Floating point representation of real numbers, round off errors (reprezentarea numerelor
                        in virgula mobila, erori de rotunjire). Some examples of disasters caused by numerical
                        errors can be found
                        here.
                        Some exercises will involve the concept of  epsilon_machine .
                        In MatLab/Octave the value
                        for epsilon_machine is given by the constant eps. Some sample MatLab code related to this is given below:
                         >> 1+eps/4+eps/4+eps/4+eps/4 == 1+(eps/4+eps/4+eps/4+eps/4)
                        
 
- Vector norms and matrix norms (both operator and non-operator norms). Here we discuss the
                        the MatLab/Mathematica commands for computing these norms as well as solve some problems
                        without the direct use of computer.
                        
                            Sample Problems 
                                - 
                                    Desenati bilele unitate din 
                                    
                                    
                                     pentru
                                    
                                    
                                    
                                    , 
                                    
                                    
                                     si 
                                    
                                    
                                    .
                                
- 
                                    Fie 
                                    
                                    
                                    , astfel incat:
                                    
                                    
                                    
                                    
                                    Sa se arate ca 
                                    
                                    
                                     si 
                                    
                                    
                                    ,
                                    unde 
                                    
                                    
                                     este raza spectrala.
                                
 
 
- 
                        Direct methods for linear systems.