Linear equations Iterative Methods - English
Scilab Tutorials - English 24
-
1Why Scilab
-
2Installing
-
3Getting Started
-
4Vector Operations
-
5Matrix Operations
-
6Scripts and Functions
-
7Conditional Branching
-
8Iteration
-
9Plotting 2D graphs
-
10Xcos Introduction
-
11File handling
-
12User Defined Input and Output
-
13Integration
-
14Solving Non linear Equations
-
15Linear equations Gaussian Methods
-
Linear equations Iterative Methods
-
17Interpolation
-
18ODE Euler methods
-
19ODE Applications
-
20Optimization Using Karmarkar Function
-
21Digital Signal Processing
-
22Control systems
-
23Discrete systems
-
24Calling User Defined Functions in XCOS
Outline:
1. Solve system of linear equations using iterative methods 2. Use Jacobi and Gauss Seidel iterative methods 3. Learn how to iterate until we converge at the solution 4. Learn how Gauss Seidel method is faster than Jacobi method 5. Develop Scilab code for these two methods to solve linear equations