GMSI.mu.file: Generalized method of simple iterations [GMSI] (Обощённый...

Description Usage Arguments Value

View source: R/GMSI.R

Description

- Stationary iterative method for solving operator equations or systems of linear algebraic equations. The limitation is the absence among the values of the spectrum of the operator, the values of the mirror relative to the origin. (Стационарный итерационный метод для решения операторных уравнений или систем линейных алгебраических уравнений. Ограничением ялвяется отсутствие среди значений спектра оператора, значений зеркальных относительно начала координат.)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
GMSI.mu.file(
  A,
  f,
  u,
  input.file = "complexNumbeRS",
  out = F,
  output.file = "results",
  draw = F,
  plot.file = "complexPlot",
  eps = 0.001,
  iterations = 10000
)

Arguments

A

- the original matrix of the operator equation - numeric or complex matrix (исходная матрица операторного уравнения - вещественная или комплексная)

f

- bias - numeric or complex vector (вектор свободных членов вещественный или комплексный)

u

- initial approximation of an unknown vector - numeric or complex vector (начальное приближение неизвестного вектора - вещественный или комплексный вектор)

input.file

- file with input data for spectrum points (файл с входными данными для точек спектра)

out

- boolean variable, controls file output (переменная логического типа, управляет выводом в файл)

output.file

- file with input data for the center of the circle (файл с входными данными для центра окружности)

draw

- boolean type variable that controls the drawing of the complex plane of the spectrum of the operator (пременная логического типа, управляет выводом рисунка комплексной плоскости спектра оператора)

plot.file

- operator plane image file name (имя файла изображения комплексной плоскости оператора)

eps

- accuracy of calculation of the desired vector - numeric (точность вычисления искомого вектора - вещественная)

iterations

- the upper limit on the number of iterations when the method diverges (ограничение сверху на число итераций при расхождении метода)

Value

u - unknown vector in some approximation (неизвестный вектор в некотором приближении)


qwerty29544/IMSSLAER documentation built on March 9, 2021, 3:29 a.m.