Skip to content

Tahaminabd/IterativeMethodsChapter10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Iterative Methods for the Sparse Linear System - Chapter 10 Solutions

This repository contains the solutions for Chapter 10 of the book "Iterative Methods for the Sparse Linear System" by Yusef Saad. The solutions are provided in MATLAB scripts and any additional documentation needed to understand and run the solutions.

Table of Contents

Introduction

This project aims to provide comprehensive solutions to the exercises and problems presented in Chapter 10 of Yusef Saad's book. The solutions are intended to help students and researchers understand the iterative methods for solving sparse linear systems.

Content

The repository is structured as follows:

  • README.md: This file, providing an overview of the repository.
  • solutions/: Directory containing the solution files.
    • solution1.m: Solution to the first problem.
    • solution2.m: Solution to the second problem.
    • solution3.m: Solution to the third problem.
    • ... (Add more as needed)

Requirements

To run the solutions provided in this repository, you need to have MATLAB installed on your machine.

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/YOUR_USERNAME/IterativeMethodsChapter10.git
    cd IterativeMethodsChapter10

Usage

To run the MATLAB scripts, navigate to the solutions directory and execute them using MATLAB:

  1. Open MATLAB.
  2. In the MATLAB command window, navigate to the solutions directory:
    cd 'path/to/your/IterativeMethodsChapter10/solutions'
  3. Run the desired solution script:
    - `general_static_pattern_ilu.m`: MATLAB implementation of the General Static Pattern ILU algorithm.
    

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request with your changes. Ensure that your code follows the existing style and includes appropriate documentation and tests.

Contact

If you have any questions or suggestions, feel free to contact me at tahamina.akter@tu-braunschweig.de.


Happy Coding!

About

Iterative Methods for the Sparse Linear System - Chapter 10 Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors