Git Product home page Git Product logo

eigenvalues's Introduction

EigenValues

QR-algorithm for finding all the eigenvalues of a matrix, reducing it to an almost triangular form by the rotation method and finding the QR decomposition at each step by the reflection method.

Программа получает все параметры в качестве аргументов командной строки. Аргументы командной строки:

  1. n – размерность матрицы,
  2. m – количество выводимых значений в матрице,
  3. ε – точность нахождения собственных значений матрицы,
  4. k – задает номер формулы для инициализации матрицы, должен быть равен 0 при вводе матрицы из файла
  5. filename – имя файла, откуда надо прочитать матрицу. Этот аргумент отсутствует, если k! = 0. Например, запуск ./a.out 4 4 1e-15 0 a.txt означает, что матрицу 4x4 надо прочитать из файла a.txt, выводить не более 4-х строк и столбцов матрицы, и решить задачу с точностью 10−15, а запуск ./a.out 2000 6 1e-14 1 означает, что матрицу 2000x2000 надо инициализировать по формуле номер 1, выводить не более 6-ти строк и столбцов матрицы, и решить задачу с точностью 10−14.

eigenvalues's People

Watchers

Konstantin Gordeev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.