Description Usage Arguments Value
An algorithm for finding an iterative parameter for the generalized method of simple iteration based on information about the values of the spectrum point of a linear operator or on the basis of a priori knowledge about the location of the spectrum of operator A. For geometric reasons, a circle of smallest radius is constructed that does not contain the origin, which will contain all points of the spectrum of the operator. (Алгоритм нахождения итерационного параметра для обобщенного метода простой итерации на основе информации о значениях точке спектра линейного оператора или на основе априорных знаний о расположении спектра оператора A. Из геометрических соображений строится круг наименьшего радиуса, не содержащий в себе начало координат, который будет содержать в себе все точки спектра оператора.)
1 2 3 4 5 6 7 | muFind.File(
input.file = "complexNumbeRS",
output.file = "results",
out = T,
draw = TRUE,
plot.file = "complexPlot"
)
|
input.file |
- file with input data for spectrum points (файл с входными данными для точек спектра) |
output.file |
- file with input data for the center of the circle (файл с входными данными для центра окружности) |
out |
- boolean variable, controls file output (переменная логического типа, управляет выводом в файл) |
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 (имя файла изображения комплексной плоскости оператора) |
mu - the complex value of the operator center (комплексное значение центра оператора); ouput.file - file with data of the center of the circle on the complex plane (файл с данными центра окружности на комплексной плоскости); complex.plot - ".jpg" image file of the operator's spectrum point on the complex plane and circle (файл изображения точке спектра оператора на комплексной плоскости и окружности)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.