56 results on '"Dmitry S. Kulyabov"'
Search Results
2. Application of the Chebyshev collocation method to solve boundary value problems of heat conduction
- Author
-
Konstantin P. Lovetskiy, Stepan V. Sergeev, Dmitry S. Kulyabov, and Leonid A. Sevastianov
- Subjects
initial boundary problems ,pseudo spectral collocation method ,chebyshev polynomials ,gauss-lobatto sets ,numerical stability ,separation of variables ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
For one-dimensional inhomogeneous (with respect to the spatial variable) linear parabolic equations, a combined approach is used, dividing the original problem into two subproblems. The first of them is an inhomogeneous one-dimensional Poisson problem with Dirichlet-Robin boundary conditions, the search for a solution of which is based on the Chebyshev collocation method. The method was developed based on previously published algorithms for solving ordinary differential equations, in which the solution is sought in the form of an expansion in Chebyshev polynomials of the 1st kind on Gauss-Lobatto grids, which allows the use of discrete orthogonality of polynomials. This approach turns out to be very economical and stable compared to traditional methods, which often lead to the solution of poorly defined systems of linear algebraic equations. In the described approach, the successful use of integration matrices allows complete elimination of the need to deal with ill-conditioned matrices. The second, homogeneous problem of thermal conductivity is solved by the method of separation of variables. In this case, finding the expansion coefficients of the desired solution in the complete set of solutions to the corresponding Sturm-Liouville problem is reduced to calculating integrals of known functions. A simple technique for constructing Chebyshev interpolants of integrands allows to calculate the integrals by summing interpolation coefficients.
- Published
- 2024
- Full Text
- View/download PDF
3. Solving the eikonal equation by the FSM method in Julia language
- Author
-
Christina A. Stepa, Arseny V. Fedorov, Migran N. Gevorkyan, Anna V. Korolkova, and Dmitry S. Kulyabov
- Subjects
eikonal equation ,geometric optics ,wave optics ,julia language ,fast sweeping method ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
There are two main approaches to the numerical solution of the eikonal equation: reducing it to asystemofODES(methodofcharacteristics)andconstructingspecializedmethodsforthenumericalsolutionof this equation in the form of a partial differential equation. The latter approach includes the FSM (Fast sweeping method) method. It is reasonable to assume that a specialized method should have greater versatility. The purpose of this work is to evaluate the applicability of the FSM method for constructing beams and fronts. The implementation of the FSM method in the Eikonal library of the Julia programming language was used. The method was used for numerical simulation of spherical lenses by Maxwell, Luneburg and Eaton. These lenses were chosen because their optical properties have been well studied. A special case of flat lenses was chosen as the easiest to visualize and interpret the results. The results of the calculations are presented in the form of images of fronts and rays for each of the lenses. From the analysis of the obtained images, it is concluded that the FSM method is well suited for constructing electromagnetic wave fronts. An attempt to visualize ray trajectories based on the results of his work encounters a number of difficulties and in some cases gives an incorrect visual picture.
- Published
- 2024
- Full Text
- View/download PDF
4. Methodological derivation of the eikonal equation
- Author
-
Arseny V. Fedorov, Christina A. Stepa, Anna V. Korolkova, Migran N. Gevorkyan, and Dmitry S. Kulyabov
- Subjects
eikonal ,maxwell’s equations ,wave equation ,vector representation ,tensor representation ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
Usually, when working with the eikonal equation, reference is made to its derivation in the monograph by Born and Wolf. The derivation of this equation was done rather carelessly. Understanding this derivation requires a certain number of implicit assumptions. For a better understanding of the eikonal approximation and for methodological purposes, the authors decided to repeat the derivation of the eikonal equation, explicating all possible assumptions. Methodically, the following algorithm for deriving the eikonal equation is proposed. The wave equation is derived from Maxwell’s equation. In this case, all conditions are explicitly introduced under which it is possible to do this. Further, from the wave equation, the transition to the Helmholtz equation is carried out. From the Helmholtz equation, with the application of certain assumptions, a transition is made to the eikonal equation. After analyzing all the assumptions and steps, the transition from the Maxwell’s equations to the eikonal equation is actually implemented. When deriving the eikonal equation, several formalisms are used. The standard formalism of vector analysis is used as the first formalism. Maxwell’s equations and the eikonal equation are written as three-dimensional vectors. After that, both the Maxwell’s equations and the eikonal equation use the covariant 4-dimensional formalism. The result of the work is a methodically consistent description of the eikonal equation.
- Published
- 2023
- Full Text
- View/download PDF
5. Chebyshev collocation method for solving second order ODEs using integration matrices
- Author
-
Konstantin P. Lovetskiy, Dmitry S. Kulyabov, Leonid A. Sevastianov, and Stepan V. Sergeev
- Subjects
ordinary differential equation ,spectral methods ,two-point boundary value problems ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
The spectral collocation method for solving two-point boundary value problems for second order differential equations is implemented, based on representing the solution as an expansion in Chebyshev polynomials. The approach allows a stable calculation of both the spectral representation of the solution and its pointwise representation on any required grid in the definition domain of the equation and additional conditions of the multipoint problem. For the effective construction of SLAE, the solution of which gives the desired coefficients, the Chebyshev matrices of spectral integration are actively used. The proposed algorithms have a high accuracy for moderate-dimension systems of linear algebraic equations. The matrix of the system remains well-conditioned and, with an increase in the number of collocation points, allows finding solutions with ever-increasing accuracy.
- Published
- 2023
- Full Text
- View/download PDF
6. Asymptote-based scientific animation
- Author
-
Migran N. Gevorkyan, Anna V. Korolkova, and Dmitry S. Kulyabov
- Subjects
vector graphics ,tex ,asymptote ,scientific graphics ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
This article discusses a universal way to create animation using Asymptote the language for vector graphics. The Asymptote language itself has a built-in library for creating animations, but its practical use is complicated by an extremely brief description in the official documentation and unstable execution of existing examples. The purpose of this article is to eliminate this gap. The method we describe is based on creating a PDF-file with frames using Asymptote, with further converting it into a set of PNG images and merging them into a video using FFmpeg. All stages are described in detail, which allows the reader to use the described method without being familiar with the used utilities.
- Published
- 2023
- Full Text
- View/download PDF
7. Julia language features for processing statistical data
- Author
-
Migran N. Gevorkyan, Anna V. Korolkova, and Dmitry S. Kulyabov
- Subjects
julia programming language ,statistic processing ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
The Julia programming language is a specialized language for scientific computing. It is relatively new, so most of the libraries for it are in the active development stage. In this article, the authors consider the possibilities of the language in the field of mathematical statistics. Special emphasis is placed on the technical component, in particular, the process of installing and configuring the software environment is described in detail. Since users of the Julia language are often not professional programmers, technical issues in setting up the software environment can cause difficulties that prevent them from quickly mastering the basic features of the language. The article also describes some features of Julia that distinguish it from other popular languages used for scientific computing. The third part of the article provides an overview of the two main libraries for mathematical statistics. The emphasis is again on the technical side in order to give the reader an idea of the general possibilities of the language in the field of mathematical statistics.
- Published
- 2023
- Full Text
- View/download PDF
8. Implementation of hyperbolic complex numbers in Julia language
- Author
-
Anna V. Korolkova, Migran N. Gevorkyan, and Dmitry S. Kulyabov
- Subjects
julia programming language ,multiple dispatch ,abstract data types ,type conversion ,parametric structures ,hyperbolic complex numbers ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
Hyperbolic complex numbers are used in the description of hyperbolic spaces. One of the well-known examples of such spaces is the Minkowski space, which plays a leading role in the problems of the special theory of relativity and electrodynamics. However, such numbers are not very common in different programming languages. Of interest is the implementation of hyperbolic complex in scientific programming languages, in particular, in the Julia language. The Julia language is based on the concept of multiple dispatch. This concept is an extension of the concept of polymorphism for object-oriented programming languages. To implement hyperbolic complex numbers, the multiple dispatching approach of the Julia language was used. The result is a library that implements hyperbolic numbers. Based on the results of the study, we can conclude that the concept of multiple dispatching in scientific programming languages is convenient and natural.
- Published
- 2022
- Full Text
- View/download PDF
9. Numerical Integration of Highly Oscillatory Functions with and without Stationary Points
- Author
-
Konstantin P. Lovetskiy, Leonid A. Sevastianov, Michal Hnatič, and Dmitry S. Kulyabov
- Subjects
oscillatory integral ,Chebyshev interpolation ,numerical stability ,stationary points of different orders ,Mathematics ,QA1-939 - Abstract
This paper proposes an original approach to calculating integrals of rapidly oscillating functions, based on Levin’s algorithm, which reduces the search for an anti-derivative function to solve an ODE with a complex coefficient. The direct solution of the differential equation is based on the method of integrating factors. The reduction in the original integration problem to a two-stage method for solving ODEs made it possible to overcome the instability that arises in the standard (in the form of solving a system of linear algebraic equations) approach to the solution. And due to the active use of Chebyshev interpolation when using the collocation method on Gauss–Lobatto grids, it is possible to achieve high speed and stability when taking into account a large number of collocation points. The presented spectral method of integrating factors is both flexible and reliable and allows for avoiding the ambiguities that arise when applying the classical method of collocation for the ODE solution (Levin) in the physical space. The new method can serve as a basis for solving ordinary differential equations of the first and second orders when creating high-efficiency software, which is demonstrated by solving several model problems.
- Published
- 2024
- Full Text
- View/download PDF
10. Multistage pseudo-spectral method (method of collocations) for the approximate solution of an ordinary differential equation of the first order
- Author
-
Konstantin P. Lovetskiy, Dmitry S. Kulyabov, and Ali Weddeye Hissein
- Subjects
initial value problems ,pseudo spectral collocation method ,chebyshev polynomials ,gauss-lobatto sets ,numerical stability ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
The classical pseudospectral collocation method based on the expansion of the solution in a basis of Chebyshev polynomials is considered. A new approach to constructing systems of linear algebraic equations for solving ordinary differential equations with variable coefficients and with initial (and/or boundary) conditions makes possible a significant simplification of the structure of matrices, reducing it to a diagonal form. The solution of the system is reduced to multiplying the matrix of values of the Chebyshev polynomials on the selected collocation grid by the vector of values of the function describing the given derivative at the collocation points. The subsequent multiplication of the obtained vector by the two-diagonal spectral matrix, inverse with respect to the Chebyshev differentiation matrix, yields all the expansion coefficients of the sought solution except for the first one. This first coefficient is determined at the second stage based on a given initial (and/or boundary) condition. The novelty of the approach is to first select a class (set) of functions that satisfy the differential equation, using a stable and computationally simple method of interpolation (collocation) of the derivative of the future solution. Then the coefficients (except for the first one) of the expansion of the future solution are determined in terms of the calculated expansion coefficients of the derivative using the integration matrix. Finally, from this set of solutions only those that correspond to the given initial conditions are selected.
- Published
- 2022
- Full Text
- View/download PDF
11. Comparative analysis of machine learning methods by the example of the problem of determining muon decay
- Author
-
Migran N. Gevorkyan, Anastasia V. Demidova, and Dmitry S. Kulyabov
- Subjects
muon decay ,machine learning ,neural networks ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
The history of using machine learning algorithms to analyze statistical models is quite long. The development of computer technology has given these algorithms a new breath. Nowadays deep learning is mainstream and most popular area in machine learning. However, the authors believe that many researchers are trying to use deep learning methods beyond their applicability. This happens because of the widespread availability of software systems that implement deep learning algorithms, and the apparent simplicity of research. All this motivate the authors to compare deep learning algorithms and classical machine learning algorithms. The Large Hadron Collider experiment is chosen for this task, because the authors are familiar with this scientific field, and also because the experiment data is open source. The article compares various machine learning algorithms in relation to the problem of recognizing the decay reaction + + + at the Large Hadron Collider. The authors use open source implementations of machine learning algorithms. We compare algorithms with each other based on calculated metrics. As a result of the research, we can conclude that all the considered machine learning methods are quite comparable with each other (taking into account the selected metrics), while different methods have different areas of applicability.
- Published
- 2020
- Full Text
- View/download PDF
12. Numerical modeling of stationary pseudospin waves on a graphene monoatomic films
- Author
-
Lê Anh Nhật, Konstantin P. Lovetskiy, Leonid A. Sevastianov, and Dmitry S. Kulyabov
- Subjects
graphene ,solitons ,kinks ,breathers ,nonlinear models ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
For the first time, the theoretical model of the spin-electron structure of a singlelayer graphene film was proposed by Wallace. The literature also describes ferromagnetism generated by none of the three common causes: impurities, defects, boundaries. We believe that the source of ferromagnetism is the spontaneous breaking of spin symmetry in a graphene film. The classical field model describing spontaneously broken symmetry is necessarily non-linear. Among non-linear models, the simplest is the well-known 4 model. We believe that, as a first approximation, we can describe with its help all the characteristics of spin waves that interest us, their spectra, and the domain structure of ferromagnetism in graphene. The model admits kink and anti-kink exact solutions and a quasiparticle breather, which we modeled numerically. We use the kink-anti-kink interaction energy obtained numerically to solve the Schrdinger equation, which simulates the quantum dynamics of breathers, which underlies the description of spin waves. The solution of the Schrdinger equation by the Ritz method leads to a generalized problem of eigenvalues and eigenvectors, the solution of which is mainly devoted to this work.
- Published
- 2019
- Full Text
- View/download PDF
13. Comparative analysis of machine learning methods by the example of the problem of determining muon decay
- Author
-
Dmitry S. Kulyabov, Migran N. Gevorkyan, and Anastasia V. Demidova
- Subjects
machine learning ,Muon ,Computer science ,business.industry ,muon decay ,lcsh:Electronic computers. Computer science ,Artificial intelligence ,neural networks ,Machine learning ,computer.software_genre ,business ,computer ,lcsh:QA75.5-76.95 - Abstract
The history of using machine learning algorithms to analyze statistical models is quite long. The development of computer technology has given these algorithms a new breath. Nowadays deep learning is mainstream and most popular area in machine learning. However, the authors believe that many researchers are trying to use deep learning methods beyond their applicability. This happens because of the widespread availability of software systems that implement deep learning algorithms, and the apparent simplicity of research. All this motivate the authors to compare deep learning algorithms and classical machine learning algorithms. The Large Hadron Collider experiment is chosen for this task, because the authors are familiar with this scientific field, and also because the experiment data is open source. The article compares various machine learning algorithms in relation to the problem of recognizing the decay reaction + + + at the Large Hadron Collider. The authors use open source implementations of machine learning algorithms. We compare algorithms with each other based on calculated metrics. As a result of the research, we can conclude that all the considered machine learning methods are quite comparable with each other (taking into account the selected metrics), while different methods have different areas of applicability.
- Published
- 2020
- Full Text
- View/download PDF
14. Skin Lesion Classification Using Deep Learning Methods
- Author
-
Anastasia V. Demidova, Dmitry S. Kulyabov, E.Yu. Shchetinin, and L.A. Sevastyanov
- Subjects
medicine.medical_specialty ,business.industry ,Applied Mathematics ,Deep learning ,Biomedical Engineering ,02 engineering and technology ,030218 nuclear medicine & medical imaging ,03 medical and health sciences ,0302 clinical medicine ,0202 electrical engineering, electronic engineering, information engineering ,Medicine ,020201 artificial intelligence & image processing ,Radiology ,Artificial intelligence ,business ,Skin lesion - Abstract
In this paper, we propose an approach to solving the problem of recognizing skin lesions, namely melanoma, based on the analysis of dermoscopic images using deep learning methods. For this purpose, the architecture of a deep convolutional neural network was developed, which was applied to the processing of dermoscopic images of various skin lesions contained in the HAM10000 data set. The data under study were preprocessed to eliminate noise, contamination, and change the size and format of images. In addition, since the disease classes are unbalanced, a number of transformations were performed to balance them. The data obtained in this way were divided into two classes: Melanoma and Benign. Computer experiments using the built deep neural network based on the data obtained in this way have shown that the proposed approach provides 94% accuracy on the test sample, which exceeds similar results obtained by other algorithms.
- Published
- 2020
- Full Text
- View/download PDF
15. A Practical Approach to Testing Random Number Generators in Computer Algebra Systems
- Author
-
Migran N. Gevorkyan, Dmitry S. Kulyabov, Anna V. Korolkova, and Anastasia V. Demidova
- Subjects
Computer Science - Symbolic Computation ,FOS: Computer and information sciences ,Pseudorandom number generator ,Random number generation ,010102 general mathematics ,Symbolic Computation (cs.SC) ,TestU01 ,Symbolic computation ,01 natural sciences ,010101 applied mathematics ,Computational Mathematics ,Open source ,Computer engineering ,Computer Science - Mathematical Software ,0101 mathematics ,Line (text file) ,Mathematical Software (cs.MS) ,Implementation ,Statistical hypothesis testing ,Mathematics - Abstract
This paper has a practical aim. For a long time, implementations of pseudorandom number generators in standard libraries of programming languages had poor quality. The situation started to improve only recently. Up to now, a large number of libraries and weakly supported mathematical packages use outdated algorithms for random number generation. Four modern sets of statistical tests that can be used for verifying random number generators are described. It is proposed to use command line utilities, which makes it possible to avoid low-level programming in such languages as C or C++. Only free open source systems are considered., Comment: in English, in Russian
- Published
- 2020
- Full Text
- View/download PDF
16. Mathematical model of cavitation under the influence of a single stretching pulse
- Author
-
Nikolay Yu Kravchenko and Dmitry S. Kulyabov
- Subjects
Materials science ,Computer simulation ,Carrier phase ,Vapor phase ,mathematical model of cavitation ,Mechanics ,lcsh:QA75.5-76.95 ,Pulse pressure ,Pulse (physics) ,Physics::Fluid Dynamics ,Temperature and pressure ,cavitation ,numerical simulation ,Cavitation ,lcsh:Electronic computers. Computer science - Abstract
This paper describes the created mathematical model that allows you to explore the dynamics of cavitation bubbles under the influence of a single negative pressure pulse. The time dependence and coordinates of the parameters of the carrier phase, the temperature and pressure of the vapor phase, the concentration and size of the bubbles are determined numerically. It is concluded that the model created gives a good agreement between the calculated and experimental data.
- Published
- 2019
- Full Text
- View/download PDF
17. Numerical modeling of stationary pseudospin waves on a graphene monoatomic films
- Author
-
Dmitry S. Kulyabov, Lê Anh Nhật, K. P. Lovetskiy, and Leonid A. Sevastianov
- Subjects
Physics ,Breather ,Quantum dynamics ,graphene ,breathers ,kinks ,lcsh:QA75.5-76.95 ,Schrödinger equation ,Ritz method ,symbols.namesake ,Ferromagnetism ,Spin wave ,Quantum mechanics ,solitons ,Quasiparticle ,symbols ,Condensed Matter::Strongly Correlated Electrons ,lcsh:Electronic computers. Computer science ,Symmetry breaking ,nonlinear models - Abstract
For the first time, the theoretical model of the spin-electron structure of a singlelayer graphene film was proposed by Wallace. The literature also describes ferromagnetism generated by none of the three common causes: impurities, defects, boundaries. We believe that the source of ferromagnetism is the spontaneous breaking of spin symmetry in a graphene film. The classical field model describing spontaneously broken symmetry is necessarily non-linear. Among non-linear models, the simplest is the well-known 4 model. We believe that, as a first approximation, we can describe with its help all the characteristics of spin waves that interest us, their spectra, and the domain structure of ferromagnetism in graphene. The model admits kink and anti-kink exact solutions and a quasiparticle breather, which we modeled numerically. We use the kink-anti-kink interaction energy obtained numerically to solve the Schrödinger equation, which simulates the quantum dynamics of breathers, which underlies the description of spin waves. The solution of the Schrödinger equation by the Ritz method leads to a generalized problem of eigenvalues and eigenvectors, the solution of which is mainly devoted to this work.
- Published
- 2019
- Full Text
- View/download PDF
18. Computer algebra in Julia
- Author
-
Dmitry S. Kulyabov and Anna V. Korolkova
- Subjects
FOS: Computer and information sciences ,Computer Science - Symbolic Computation ,Programming language ,Computation ,Cover (algebra) ,Python (programming language) ,Symbolic Computation (cs.SC) ,Symbolic computation ,computer.software_genre ,computer ,Software ,Mathematics ,computer.programming_language - Abstract
Recently, the place of the main programming language for scientific and engineering computations has been little by little taken by Julia. Some users want to work completely within the Julia framework as they work within the Python framework. There are libraries for Julia that cover the majority of scientific and engineering computations demands. The aim of this paper is to combine the usage of the Julia framework for numerical computations and for symbolic computations in mathematical modeling problems. The main functional domains determining various variants of the application of computer algebra systems are described. In each of these domains, generic representatives of computer algebra systems in Julia are distinguished. The conclusion is that it is possible (and even convenient) to use computer algebra systems within the Julia framework., in English; in Russian
- Published
- 2021
19. Constrained Hamiltonian approach to the Maxwell theory
- Author
-
Migran N. Gevorkyan, Leonid A. Sevastianov, Dmitry S. Kulyabov, and Anna V. Korolkova
- Subjects
Electromagnetic field ,Physics ,TheoryofComputation_COMPUTATIONBYABSTRACTDEVICES ,Maxwell theory ,FOS: Physical sciences ,Mathematical Physics (math-ph) ,Rotation formalisms in three dimensions ,symbols.namesake ,Theoretical physics ,Formalism (philosophy of mathematics) ,Maxwell's equations ,Hamiltonian formalism ,TheoryofComputation_ANALYSISOFALGORITHMSANDPROBLEMCOMPLEXITY ,ComputingMethodologies_SYMBOLICANDALGEBRAICMANIPULATION ,symbols ,Mathematics::Symplectic Geometry ,Lagrangian ,Mathematical Physics ,MathematicsofComputing_DISCRETEMATHEMATICS - Abstract
The most common physical formalisms are the Lagrangian formalism and the Hamiltonian formalism. From the superficial point of view, they are one and the same, but rewritten in other terms. However, it seems that the Hamiltonian formalism has a richer structure and is more convenient for studying the electromagnetic field, especially in the formalization of its geometrization. Unfortunately for field problems, there is a whole set of Hamiltonian formalisms. The authors study the applicability of different variants of the Hamiltonian formalism to the problems of electrodynamics. In this paper we consider the Hamiltonian formalism with constraints., Comment: in English; in Russian
- Published
- 2020
- Full Text
- View/download PDF
20. A modular extension for a computer algebra system
- Author
-
Migran N. Gevorkyan, L. A. Sevastyanov, Dmitry S. Kulyabov, and Anna V. Korolkova
- Subjects
Computer Science - Symbolic Computation ,FOS: Computer and information sciences ,Computer science ,0102 computer and information sciences ,02 engineering and technology ,Symbolic Computation (cs.SC) ,computer.software_genre ,01 natural sciences ,Extensibility ,0202 electrical engineering, electronic engineering, information engineering ,Software system ,Number generator ,business.industry ,Programming language ,020207 software engineering ,Extension (predicate logic) ,Modular design ,Symbolic computation ,010201 computation theory & mathematics ,Cover (algebra) ,Computer Science - Mathematical Software ,business ,computer ,Mathematical Software (cs.MS) ,Software ,Range (computer programming) - Abstract
Computer algebra systems are complex software systems that cover a wide range of scientific and practical problems. However, the absolute coverage cannot be achieved. Often, it is required to create a user extension for an existing computer algebra system. In this case, the extensibility of the system should be taken into account. In this paper, we consider a technology for extending the SymPy computer algebra system with a low-level module that implements a random number generator., Comment: in English; in Russian
- Published
- 2020
- Full Text
- View/download PDF
21. An Effective Stable Numerical Method for Integrating Highly Oscillating Functions with a Linear Phase
- Author
-
Dmitry S. Kulyabov, Leonid A. Sevastianov, and K. P. Lovetskiy
- Subjects
Numerical analysis ,Mathematical analysis ,010103 numerical & computational mathematics ,01 natural sciences ,Antiderivative ,010101 applied mathematics ,symbols.namesake ,Algebraic equation ,Fourier transform ,Collocation method ,symbols ,0101 mathematics ,Oscillatory integral ,Linear phase ,Numerical stability ,Mathematics - Abstract
A practical and simple stable method for calculating Fourier integrals is proposed, effective both at low and at high frequencies. An approach based on the fruitful idea of Levin, which allows the use of the collocation method to approximate the slowly oscillating part of the antiderivative of the desired integral, allows reducing the calculation of the integral of a rapidly oscillating function (with a linear phase) to solving a system of linear algebraic equations with a triangular or Hermitian matrix.
- Published
- 2020
- Full Text
- View/download PDF
22. Practical Application of the Multi-model Approach in the Study of Complex Systems
- Author
-
Dmitry S. Kulyabov, Anna V. Korolkova, and Michal Hnatič
- Subjects
Theoretical computer science ,Computer science ,Complex system ,Cover (algebra) ,Random early detection ,Active queue management - Abstract
Different kinds of models are used to study various natural and technical phenomena. Usually, the researcher is limited to using a certain kind of model approach, not using others (or even not realizing the existence of other model approaches). The authors believe that a complete study of a certain phenomenon should cover several model approaches. The paper describes several model approaches which we used in the study of the random early detection algorithm for active queue management. Both the model approaches themselves and their implementation and the results obtained are described.
- Published
- 2020
- Full Text
- View/download PDF
23. Finslerian representation of the Maxwell equations
- Author
-
Anna V. Korolkova, Tatiana R. Velieva, Dmitry S. Kulyabov, and Anastasia V. Demidova
- Subjects
FOS: Physical sciences ,Mathematical Physics (math-ph) ,Riemannian geometry ,Space (mathematics) ,Physics::Classical Physics ,symbols.namesake ,Quadratic equation ,Maxwell's equations ,Metric (mathematics) ,symbols ,Finsler manifold ,Mathematics::Differential Geometry ,Representation (mathematics) ,Mathematics::Symplectic Geometry ,Mathematical Physics ,Transformation optics ,Mathematics ,Mathematical physics - Abstract
When the Maxwell equations are geometrized, the Maxwell Lagrangian is usually reduced to the Yang-Mills Lagrangian. In this case, the effective quadratic metric, usually corresponding to the Riemannian metric of our space, is considered. However, it is more reasonable to use Finsler approach to Maxwell's equations. In the paper the Finsler representation of the geometrized Maxwell equations is considered. The comparison with the Riemannian approach also is made., Comment: in English; in Russian
- Published
- 2020
- Full Text
- View/download PDF
24. Computational and Simulation Models of the Control System on Modelica
- Author
-
Dmitry S. Kulyabov, Anna V. Korolkova, Anna V Zavozina, and Anne-Marie Yu Apreutesey
- Subjects
Discrete system ,Computer science ,Continuous modelling ,Transmission Control Protocol ,Distributed computing ,Control system ,Simulation modeling ,Scalability ,General Earth and Planetary Sciences ,Communications protocol ,Modelica ,General Environmental Science - Abstract
When modeling network protocols, the choice of a model approach and a software implementation tool is a problem. The specificity of this subject area is that for the description of protocols usually the discrete-event approach is used. However, the discrete model approach has several disadvantages. It is poorly scalable, not well suited for describing dynamic systems. As an alternative to the discrete approach, a continuous approach is usually considered. But when modeling discrete events, continuous description becomes unnecessarily complicated and heavy. Events take the form of some restrictions on the continuous system, which are often not explicitly included in the continuous model, but have the form of additional semantic descriptions. The authors propose to use a hybrid (continuous-discrete) approach when modeling such systems. In the framework of the hybrid approach, the discrete system is recorded in a continuous form, and the events take the form of discrete transitions inherent in the approach. In addition, if it is based on the description of events, a simulation model can be obtained on the basis of a hybrid approach. This paper demonstrates the use of a hybrid approach to describe systems with control by the example of the interaction of the TCP protocol and the RED algorithm. The simplicity of creating both computational and simulation models of the system is demonstrated. The Modelica language is used as the implementation language.
- Published
- 2018
- Full Text
- View/download PDF
25. Geometrization of Maxwell's Equations in the Construction of Optical Devices
- Author
-
Dmitry S. Kulyabov
- Subjects
Electromagnetic field ,General relativity ,Inhomogeneous electromagnetic wave equation ,Riemannian geometry ,Gravitation ,symbols.namesake ,Classical mechanics ,Maxwell's equations ,Differential geometry ,Electromagnetic field solver ,symbols ,General Earth and Planetary Sciences ,General Environmental Science ,Mathematics - Abstract
The development of physics in the XX-th century was closely linked to the development of the mathematical apparatus. The General Relativity demonstrated the power of the geometric approach. Unfortunately, the infiltration of this apparatus in other domains of physics is rather slow. For example, there were some attempts of integration of the geometric methods in electrodynamics, but until recently they remained only as a theoretical exercise. Interest to the geometric methods in electrodynamics is summoned by practical necessity. The following algorithm of designing of the electromagnetic device is possible. We construct the estimated trajectories of propagation of electromagnetic waves. Then we calculate the parameters of the medium along these trajectories. The inverse problem is also interesting. The paper considers the techniques of construction of optical devices based on the method of geometrization of Maxwell’s equations. The method is based on representation of material equations in the form of an effective space-time geometry. Thus we get a problem similar to that of some bimetric theory of gravity. That allows to use a well-developed apparatus of differential geometry. On this basis, we can examine the propagation of the electromagnetic field on the given parameters of the medium. It is also possible to find the parameters of the medium by a given law of propagation of electromagnetic fields.
- Published
- 2017
- Full Text
- View/download PDF
26. Application of the Harmonic Linearization Method to the Study a Control Systems with a Self-Oscillatory Regime
- Author
-
Dmitry S. Kulyabov, Tatyana R. Velieva, and Anna V. Korolkova
- Subjects
Nonlinear system ,Transmission (telecommunications) ,Linearization ,Control theory ,Control system ,Mode (statistics) ,General Earth and Planetary Sciences ,Feedback linearization ,Synchronization ,General Environmental Science ,Mathematics - Abstract
In data transmission networks implemented as systems with control, the phenomenon of global synchronization can occur. Outwardly, this phenomenon manifests itself as a self-oscillating mode in the system. This mode negatively affects the characteristics of the entire system, such as throughput and transmission delays. Relevant is the problem of finding the areas of occurrence of self-oscillation. The authors investigated this problem for the system as a whole. Also, the problem of isolating the elements of the system responsible for the appearance of an autooscillatory regime is urgent. The complexity of this problem is caused by the essentially nonlinear character of the system and its elements. Often, the linearization method is used for the decomposition of the system. But with the linearization, the self-oscillatory regime disappears. There is a need to find a method of decomposition, non-destructive self-oscillating mode of the system. As such a method, the authors suggest using the method of harmonic linearization. This method is used in the control theory. However, we must admit that this mathematical apparatus is little known to researchers specializing in the study of networks. The authors tried to describe in as much detail the process of research using the method of harmonic linearization. The method is used to study the influence of the form of RED-type function on the occurrence of self-oscillation mode. Thus, this material is more methodical than exploratory one.
- Published
- 2017
- Full Text
- View/download PDF
27. Numerical analysis of eikonal equation
- Author
-
Dmitry S. Kulyabov, Migran N. Gevorkyan, Tatiana R. Velieva, and Anna V. Korolkova
- Subjects
Physics ,Helmholtz equation ,Geometrical optics ,Eikonal equation ,FOS: Physical sciences ,Physics::Optics ,Numerical Analysis (math.NA) ,Computational Physics (physics.comp-ph) ,Luneburg lens ,Wave equation ,Physical optics ,symbols.namesake ,Classical mechanics ,Maxwell's equations ,Method of characteristics ,FOS: Mathematics ,symbols ,Mathematics - Numerical Analysis ,Physics - Computational Physics - Abstract
The Maxwell equations have a fairly simple form. However, finding solutions of Maxwell's equations is an extremely difficult task. Therefore, various simplifying approaches are often used in optics. One such simplifying approach is to use the approximation of geometric optics. The approximation of geometric optics is constructed with the assumption that the wavelengths are small (short-wavelength approximation). The basis of geometric optics is the eikonal equation. The eikonal equation can be obtained from the wave equation (Helmholtz equation). Thus, the eikonal equation relates the wave and geometric optics. In fact, the eikonal equation is a quasi-classical approximation (the Wentzel-Kramers-Brillouin method) of wave optics. This paper shows the application of geometric methods of electrodynamics to the calculation of optical devices, such as Maxwell and Luneburg lenses. The eikonal equation, which was transformed to the ODE system by the method of characteristics, is considered. The resulting system is written for the case of Maxwell and Luneburg lenses.
- Published
- 2019
28. Two formalisms of stochastization of one-step models
- Author
-
Dmitry S. Kulyabov, Anna V. Korolkova, and Leonid A. Sevastianov
- Subjects
Physics ,Nuclear and High Energy Physics ,Theoretical computer science ,Mathematical model ,Statistical Mechanics (cond-mat.stat-mech) ,Stochastic process ,FOS: Physical sciences ,01 natural sciences ,Rotation formalisms in three dimensions ,Atomic and Molecular Physics, and Optics ,010305 fluids & plasmas ,Mathematical Operators ,Variety (cybernetics) ,0103 physical sciences ,010306 general physics ,Construct (philosophy) ,Condensed Matter - Statistical Mechanics - Abstract
To construct realistic mathematical models from the first principles, the authors suggest using the stochastization method. In a number of works different approaches to stochastization of mathematical models were considered. In the end, the whole variety of approaches was reduced to two formalisms: combinatorial (state vectors) and operator (occupation numbers). In the article the authors briefly describe these formalisms with an emphasis on their practical application., Comment: in English; in Russian.arXiv admin note: text overlap with arXiv:1603.02205
- Published
- 2019
- Full Text
- View/download PDF
29. Hybrid modelling of the RED algorithm in the Julia language
- Author
-
Anna V. Korolkova, Dmitry S. Kulyabov, and A M Yu Apreutesey
- Subjects
History ,Computer science ,ComputerSystemsOrganization_COMPUTER-COMMUNICATIONNETWORKS ,Algorithm ,Computer Science Applications ,Education - Abstract
This work is devoted to studying the possibilities of hybrid modeling of communication network algorithms in the Julia programming language. A simulation of the system, which consists of an incoming stream processed according to the Transmission Control Protocol (TCP) and a router processing traffic according to the Random Early Detection (RED) algorithm, is carried out. This model contains both continuous and discrete elements, for example, a discrete probability function of random packet dropping in the case of queue congestion.
- Published
- 2020
- Full Text
- View/download PDF
30. Application of a numerical-analytical approach in the process of modeling differential equations in the Julia language
- Author
-
A. O. Masolova, Anna V. Korolkova, Dmitry S. Kulyabov, and A. V. Fedorov
- Subjects
History ,Differential equation ,Computer science ,Process (computing) ,Applied mathematics ,Computer Science Applications ,Education - Abstract
It is known that modeling consists of a few stages. Analytic calculations are made first and afterwards, they are converted into numerical ones. It is a fairly complicated task, but it can easily be solved with the help of programming languages with the support of a numerical–analytical approach. In this case, the program can generate a numerical scheme for the solution based on the given analytical equation. The possibility of high-level work and differential equations’ modeling is obtained through the access to the additional packages. This article overviews one of the approaches, specifically the usage of the different integrated DSL packages in Julia language.
- Published
- 2020
- Full Text
- View/download PDF
31. Hyperbolic numbers as Einstein numbers
- Author
-
Dmitry S. Kulyabov, Migran N. Gevorkyan, and Anna V. Korolkova
- Subjects
Physics ,History ,Thesaurus (information retrieval) ,symbols.namesake ,Information retrieval ,symbols ,Einstein ,Computer Science Applications ,Education - Abstract
In the special theory of relativity (SR) it is usual to highlight so-called paradoxes. One of these paradoxes is the formal appearance of speed values grater then the light speed. In this paper we show that most of these paradoxes arise due to the incompleteness of relativistic calculus over velocities. Namely, operation over speeds form a group by composition. In this case, the extension to the field is usually carried out using non-relativistic operations.
- Published
- 2020
- Full Text
- View/download PDF
32. One-step Stochastization Methods for Open Systems
- Author
-
Anna V. Korolkova and Dmitry S. Kulyabov
- Subjects
010308 nuclear & particles physics ,Physics ,QC1-999 ,0103 physical sciences ,Statistical physics ,010306 general physics ,01 natural sciences - Abstract
In this paper, two approaches (combinatorial and operatorial) to the stochastization of the one-step processes are discussed for the closed and open version of the Lotka–Volterra model, respectively.
- Published
- 2020
- Full Text
- View/download PDF
33. The Riemannian geometry is not sufficient for the geometrization of the Maxwell's equations
- Author
-
Dmitry S. Kulyabov, Anna V. Korolkova, and Tatiana R. Velieva
- Subjects
Electromagnetic field ,Physics ,Field (physics) ,General relativity ,Constitutive equation ,FOS: Physical sciences ,Riemannian geometry ,symbols.namesake ,General Physics (physics.gen-ph) ,Physics - General Physics ,Maxwell's equations ,symbols ,Tensor ,Metric tensor (general relativity) ,Mathematical physics - Abstract
The transformation optics uses geometrized Maxwell's constitutive equations to solve the inverse problem of optics, namely to solve the problem of finding the parameters of the medium along the paths of the electromagnetic field propagation. The quadratic Riemannian geometry is usually used for the geometrization of Maxwell's constitutive equations, because of the usage of the general relativity approaches. However, the problem of the insufficiency of the Riemannian structure for describing the constitutive tensor of the Maxwell's equations arises. The authors analyze the structure of the constitutive tensor and correlate it with the structure of the metric tensor of Riemannian geometry. It was concluded that the use of the quadratic metric for the geometrization of Maxwell's equations is insufficient, since the number of components of the metric tensor is less than the number of components of the constitutive tensor. The possible solution to this problem may be a transition to Finslerian geometry, in particular, the use of the Berwald-Moor metric to establish the structural correspondence between the field tensors of the electromagnetic field., in Russian; in English
- Published
- 2018
34. Algorithm for lens calculations in the geometrized Maxwell theory
- Author
-
Dmitry S. Kulyabov, Anna V. Korolkova, Migran N. Gevorkyan, Leonid A. Sevastianov, and A. V. Demidova
- Subjects
Similarity (geometry) ,Geodesic ,Computer science ,Isotropy ,FOS: Physical sciences ,Luneburg lens ,Inverse problem ,Metric space ,symbols.namesake ,Differential geometry ,Maxwell's equations ,symbols ,Algorithm ,Physics - Optics ,Optics (physics.optics) - Abstract
Nowadays the geometric approach in optics is often used to find out media parameters based on propagation paths of the rays because in this case it is a direct problem. However inverse problem in the framework of geometrical optics is usually not given attention. The aim of this work is to demonstrate the work of the proposed the algorithm in the framework of geometrical approach to optics for solving the problem of finding the propagation path of the electromagnetic radiation depending on environmental parameters. The methods of differential geometry are used for effective metrics construction for isotropic and anisotropic media. For effective metric space ray trajectories are obtained in the form of geodesic curves. The introduced algorithm is applied to well-known objects - Maxwell and Luneburg lenses. The similarity of results obtained by classical and geometric approach is demonstrated., Comment: in Russian; in English
- Published
- 2018
- Full Text
- View/download PDF
35. Issues in the Software Implementation of Stochastic Numerical Runge–Kutta
- Author
-
Anna V. Korolkova, Migran N. Gevorkyan, A. V. Demidova, and Dmitry S. Kulyabov
- Subjects
Runge–Kutta methods ,Stochastic differential equation ,Source code ,Computer science ,media_common.quotation_subject ,Numerical analysis ,MathematicsofComputing_NUMERICALANALYSIS ,Applied mathematics ,Type (model theory) ,Software implementation ,media_common - Abstract
This paper discusses stochastic numerical methods of Runge-Kutta type with weak and strong convergences for systems of stochastic differential equations in It\^o form. At the beginning we give a brief overview of the stochastic numerical methods and information from the theory of stochastic differential equations. Then we motivate the approach to the implementation of these methods using source code generation. We discuss the implementation details and the used programming languages and libraries
- Published
- 2018
- Full Text
- View/download PDF
36. Simple Model of Nonlinear Spin Waves in Graphene Structures
- Author
-
K. P. Lovetskiy, Dmitry S. Kulyabov, Anh Nhat Le, and Peoples Friendship University of Russia [RUDN University] (RUDN)
- Subjects
Physics ,Condensed matter physics ,Spintronics ,Graphene ,[PHYS.MPHY]Physics [physics]/Mathematical Physics [math-ph] ,Condensed Matter::Mesoscopic Systems and Quantum Hall Effect ,7. Clean energy ,[INFO.INFO-MO]Computer Science [cs]/Modeling and Simulation ,law.invention ,Ferromagnetism ,Nanoelectronics ,law ,Spin wave ,General Earth and Planetary Sciences ,Condensed Matter::Strongly Correlated Electrons ,[SPI.NANO]Engineering Sciences [physics]/Micro and nanotechnologies/Microelectronics ,Valence electron ,Quantum ,ComputingMilieux_MISCELLANEOUS ,General Environmental Science ,Spin-½ - Abstract
A series of theoretical and experimental works is known which investigated the magnetic properties of graphene structures. This is due, among other things, to the prospects of using graphene as a material for the needs of the future nanoelectronics and spintronics. In particular, it is known about the presence of ferromagnetic properties at temperatures up to 200 C and above in a single-layer graphene films that are free from impurities. Previously there was proposed a quantum field theoretical model describing the possible mechanism of ferromagnetism in graphene as a result of spontaneous breaking of spin symmetry of the surface density of valence electrons. The possible spatial configurations of the localized spin density were described. In this paper we investigate such spatially localized nonlinear spin configurations of the valence electron density on the graphene surface such as kinks, and their interactions, as well as quasibound metastable states of the interacting kinks and antikinks, that are breathers. The spectrum of such breathers is investigated. It is shown that under certain conditions, this spectrum has a discrete sector, which, in turn, allows us to speak about the possibility of coherent quantum generation of spin waves in graphene structures, which is important in terms of practical applications in nanoelectronics and spintronics.
- Published
- 2018
- Full Text
- View/download PDF
37. Implementing a Method for Stochastization of One-Step Processes in a Computer Algebra System
- Author
-
A. V. Demidova, Tatiana R. Velieva, Anna V. Korolkova, L. A. Sevastyanov, Dmitry S. Kulyabov, and Migran N. Gevorkyan
- Subjects
Computer Science - Symbolic Computation ,FOS: Computer and information sciences ,education.field_of_study ,Work (thermodynamics) ,Iterative and incremental development ,Theoretical computer science ,010308 nuclear & particles physics ,Computer science ,05 social sciences ,Population ,050301 education ,FOS: Physical sciences ,Basis (universal algebra) ,Mathematical Physics (math-ph) ,Symbolic Computation (cs.SC) ,Symbolic computation ,01 natural sciences ,Software implementation ,Stochastic differential equation ,0103 physical sciences ,education ,0503 education ,Mathematical Physics ,Software - Abstract
When modeling such phenomena as population dynamics, controllable ows, etc., a problem arises of adapting the existing models to a phenomenon under study. For this purpose, we propose to derive new models from the rst principles by stochastization of one-step processes. Research can be represented as an iterative process that consists in obtaining a model and its further re nement. The number of such iterations can be extremely large. This work is aimed at software implementation (by means of computer algebra) of a method for stochastization of one-step processes. As a basis of the software implementation, we use the SymPy computer algebra system. Based on a developed algorithm, we derive stochastic di erential equations and their interaction schemes. The operation of the program is demonstrated on the Verhulst and Lotka-Volterra models., Comment: in English; in Russian
- Published
- 2018
- Full Text
- View/download PDF
38. Guided Modes of a Planar Gradient Waveguide
- Author
-
N. E. Nikolaev, K. P. Lovetskiy, Dmitry S. Kulyabov, A.L. Sevastyanov, Migran N. Gevorkyan, and L. A. Sevastyanov
- Subjects
Planar ,Materials science ,Optics ,business.industry ,Waveguide (acoustics) ,business - Published
- 2017
- Full Text
- View/download PDF
39. Statistically significant performance testing of Julia scientific programming language
- Author
-
A. V. Demidova, Anna V. Korolkova, Dmitry S. Kulyabov, and Migran N. Gevorkyan
- Subjects
History ,Computer science ,Scientific programming ,Programming language ,computer.software_genre ,computer ,Computer Science Applications ,Education - Published
- 2019
- Full Text
- View/download PDF
40. Tensor computations in computer algebra systems
- Author
-
Dmitry S. Kulyabov, Anna V. Korolkova, and L. A. Sevastyanov
- Subjects
FOS: Computer and information sciences ,Computer Science - Symbolic Computation ,Current (mathematics) ,Computation ,FOS: Physical sciences ,General Relativity and Quantum Cosmology (gr-qc) ,State (functional analysis) ,Basis (universal algebra) ,Symbolic Computation (cs.SC) ,Symbolic computation ,General Relativity and Quantum Cosmology ,Algebra ,ComputingMethodologies_SYMBOLICANDALGEBRAICMANIPULATION ,Computer Science - Mathematical Software ,Tensor ,Maxima ,Mathematical Software (cs.MS) ,Software ,Mathematics - Abstract
This paper considers three types of tensor computations. On their basis, we attempt to formulate criteria that must be satisfied by a computer algebra system dealing with tensors. We briefly overview the current state of tensor computations in different computer algebra systems. The tensor computations are illustrated with appropriate examples implemented in specific systems: Cadabra and Maxima., in Russian; in English
- Published
- 2013
- Full Text
- View/download PDF
41. Using Two Types of Computer Algebra Systems to Solve Maxwell Optics Problems
- Author
-
Dmitry S. Kulyabov
- Subjects
FOS: Computer and information sciences ,Computer Science - Symbolic Computation ,business.industry ,Symbolic Computation (cs.SC) ,Symbolic computation ,01 natural sciences ,Two stages ,010305 fluids & plasmas ,Optics ,Simple (abstract algebra) ,Tensor (intrinsic definition) ,0103 physical sciences ,Model development ,010306 general physics ,business ,Software ,Mathematics - Abstract
To synthesize Maxwell optics systems, the mathematical apparatus of tensor and vector analysis is generally employed. This mathematical apparatus implies executing a great number of simple stereotyped operations, which are adequately supported by computer algebra systems. In this paper, we distinguish between two stages of working with a mathematical model: model development and model usage. Each of these stages implies its own computer algebra system. As a model problem, we consider the problem of geometrization of Maxwell's equations. Two computer algebra systems---Cadabra and FORM---are selected for use at different stages of investigation., in Russian; in English
- Published
- 2016
42. Operator Approach to the Master Equation for the One-Step Process
- Author
-
Dmitry S. Kulyabov, Anna V. Korolkova, L. A. Sevastyanov, E. G. Eferina, and M. Hnatič
- Subjects
Physics ,010308 nuclear & particles physics ,Process (engineering) ,Operator (physics) ,QC1-999 ,FOS: Physical sciences ,Mathematical Physics (math-ph) ,01 natural sciences ,symbols.namesake ,chemistry.chemical_compound ,chemistry ,0103 physical sciences ,Master equation ,Taylor series ,symbols ,Applied mathematics ,Perturbation theory (quantum mechanics) ,Quantum field theory ,010306 general physics ,Characteristic property ,Equivalence (measure theory) ,Mathematical Physics - Abstract
Presentation of the probability as an intrinsic property of the nature leads researchers to switch from deterministic to stochastic description of the phenomena. The procedure of stochastization of one-step process was formulated. It allows to write down the master equation based on the type of of the kinetic equations and assumptions about the nature of the process. The kinetics of the interaction has recently attracted attention because it often occurs in the physical, chemical, technical, biological, environmental, economic, and sociological systems. However, there are no general methods for the direct study of this equation. Leaving in the expansion terms up to the second order we can get the Fokker-Planck equation, and thus the Langevin equation. It should be clearly understood that these equations are approximate recording of the master equation. However, this does not eliminate the need for the study of the master equation. Moreover, the power series produced during the master equation decomposition may be divergent (for example, in spatial models). This makes it impossible to apply the classical perturbation theory. It is proposed to use quantum field perturbation theory for the statistical systems (the so-called Doi method). This work is a methodological material that describes the principles of master equation solution based on quantum field perturbation theory methods. The characteristic property of the work is that it is intelligible for non-specialists in quantum field theory. As an example the Verhulst model is used because of its simplicity and clarity (the first order equation is independent of the spatial variables, however, contains non-linearity). We show the full equivalence of the operator and combinatorial methods of obtaining and study of the one-step process master equation., in Russian; in English
- Published
- 2016
43. Spinor-Like Hamiltonian for Maxwellian Optics
- Author
-
Dmitry S. Kulyabov
- Subjects
Physics ,Condensed Matter::Quantum Gases ,Spinor ,business.industry ,Covering group ,Lorentz transformation ,QC1-999 ,Symmetry group ,Physics::Classical Physics ,Lorentz group ,symbols.namesake ,Optics ,Maxwell's equations ,symbols ,Quantum field theory ,business ,Hamiltonian (quantum mechanics) - Abstract
Background. Spinors are more special objects than tensors. Therefore spinors possess more properties than the more generic objects such as tensors. The group of Lorentz two-spinors is the covering group of the Lorentz group. Purpose. Since the Lorentz group is the symmetry group of Maxwell equations, it is reasonable to use Lorentz two-spinors and not tensors when writing the Maxwell equations. Method. We write the Maxwell equations using Lorentz two-spinors. Also a convenient representation of Lorentz two-spinors in terms of the Riemann-Silberstein complex vectors is used. Results. In the spinor formalism (in the representation of the Lorentz spinors and Riemann-Silberstein vectors) we have constructed the Hamiltonian of Maxwellian optics. With the use of spinors, the Maxwell equations take a form similar to the Dirac equation. Conclusions. For Maxwell equations in the Dirac-like form we can expand research methods by means of quantum field theory. In this form, the connection between the Hamiltonians of geometric, beam and Maxwellian optics is clearly visible.
- Published
- 2016
44. Stochastic Runge–Kutta Software Package for Stochastic Differential Equations
- Author
-
Anna V. Korolkova, Migran N. Gevorkyan, Dmitry S. Kulyabov, L. A. Sevastyanov, and Tatiana R. Velieva
- Subjects
Partial differential equation ,Differential equation ,Stochastic modelling ,Computer science ,010102 general mathematics ,Symbolic computation ,01 natural sciences ,Langevin equation ,010104 statistics & probability ,Stochastic differential equation ,Runge–Kutta methods ,Master equation ,Applied mathematics ,0101 mathematics - Abstract
As a result of the application of a technique of multistep processes stochastic models construction the range of models, implemented as a self-consistent differential equations, was obtained. These are partial differential equations (master equation, the Fokker–Planck equation) and stochastic differential equations (Langevin equation). However, analytical methods do not always allow to research these equations adequately. It is proposed to use the combined analytical and numerical approach studying these equations. For this purpose the numerical part is realized within the framework of symbolic computation. It is recommended to apply stochastic Runge–Kutta methods for numerical study of stochastic differential equations in the form of the Langevin. Under this approach, a program complex on the basis of analytical calculations metasystem Sage is developed. For model verification logarithmic walks and Black–Scholes two-dimensional model are used. To illustrate the stochastic “predator–prey” type model is used. The utility of the combined numerical-analytical approach is demonstrated.
- Published
- 2016
- Full Text
- View/download PDF
45. The Stochastic Processes Generation in OpenModelica
- Author
-
Migran Gevorkyan, Michal Hnatich, Ivan M. Gostev, A. V. Demidova, Anna V. Korolkova, Dmitry S. Kulyabov, and Leonid A. Sevastianov
- Subjects
Pseudorandom number generator ,Sequence ,Computer simulation ,Modeling language ,Computer science ,Stochastic process ,Programming language ,Component (UML) ,Ode ,computer.software_genre ,computer ,Modelica - Abstract
Background: Component-based modeling language Modelica (OpenModelica is open source implementation) is used for the numerical simulation of complex processes of different nature represented by ODE system. However, in OpenModelica standard library there is no routines for pseudo-random numbers generation, which makes it impossible to use for stochastic modeling processes. Purpose: The goal of this article is a brief overview of a number of algorithms for generation a sequence of uniformly distributed pseudo random numbers and quality assessment of the sequence given by them, as well as the ways to implement some of these algorithms in OpenModelica system. Methods: All the algorithms are implemented in C language, and the results of their work tested using open source package DieHarder. For those algorithms that do not use bit operations, we describe there realisation using OpwnModelica. The other algorithms can be called in OpenModelica as C functions Results: We have implemented and tested about nine algorithms. DieHarder testing revealed the highest quality pseudo-random number generators. Also we have reviewed libraries Noise and AdvancedNoise, who claim to be adding to the Modelica Standard Library. Conclusions: In OpenModelica system can be implemented generators of uniformly distributed pseudo-random numbers, which is the first step towards to make OpenModelica suitable for simulation of stochastic processes.
- Published
- 2016
- Full Text
- View/download PDF
46. Combinatorial and operator approaches to RED modeling
- Author
-
Anna V. Korolkova, Dmitry S. Kulyabov, and Leonid A. Sevastianov
- Subjects
Algebra ,Computer science ,Bitwise operation - Published
- 2015
- Full Text
- View/download PDF
47. The Automation of Stochastization Algorithm with Use of SymPy Computer Algebra Library
- Author
-
Dmitry S. Kulyabov, Leonid A. Sevastianov, Anna V. Korolkova, Migran N. Gevorkyan, and Anastasya Demidova
- Subjects
Differential equation ,business.industry ,Physics ,QC1-999 ,Type (model theory) ,business ,Symbolic computation ,Automation ,Algorithm - Abstract
SymPy computer algebra library is used for automatic generation of ordinary and stochastic systems of differential equations from the schemes of kinetic interaction. Schemes of this type are used not only in chemical kinetics but also in biological, ecological and technical models. This paper describes the automatic generation algorithm with an emphasis on application details.
- Published
- 2018
- Full Text
- View/download PDF
48. The approach to investigation of the the regions of self-oscillations
- Author
-
Tatyana R. Velieva, Dmitry S. Kulyabov, I. S. Zaryadov, and Anna V. Korolkova
- Subjects
History ,Computer science ,020206 networking & telecommunications ,02 engineering and technology ,Affect (psychology) ,01 natural sciences ,Computer Science Applications ,Education ,Nonlinear system ,Control theory ,Control system ,0103 physical sciences ,0202 electrical engineering, electronic engineering, information engineering ,010306 general physics ,Control (linguistics) - Abstract
Self-oscillating modes in control systems of computer networks quite negatively affect the characteristics of these networks. The problem of finding the areas of self-oscillations is actual and important as the study of parameters of self-oscillations. Due to the significant nonlinearity of control characteristics, the study of the self-oscillating modes presents certain difficulties. This paper describes the technique of research of self-oscillating modes.
- Published
- 2017
- Full Text
- View/download PDF
49. Application of two-spinor calculus in quantum mechanical and field calculations
- Author
-
Dmitry S. Kulyabov and A. G. Ul’yanova
- Subjects
Condensed Matter::Quantum Gases ,Physics ,Nuclear and High Energy Physics ,Radiation ,Spinor ,Field (physics) ,Lorentz transformation ,Dirac (software) ,Atomic and Molecular Physics, and Optics ,General Relativity and Quantum Cosmology ,symbols.namesake ,Theoretical physics ,symbols ,Radiology, Nuclear Medicine and imaging ,Quantum information ,Quaternion ,Quantum ,Quantum computer - Abstract
This paper describes Lorentz two-spinors and proposes using them in calculations with Dirac four-spinors and quaternions.
- Published
- 2009
- Full Text
- View/download PDF
50. Designing Installations for Verification of the Model of Active Queue Management Discipline RED in the GNS3
- Author
-
Anna V. Korolkova, Tatiana R. Velieva, and Dmitry S. Kulyabov
- Subjects
Networking and Internet Architecture (cs.NI) ,FOS: Computer and information sciences ,Router ,Computer Science - Performance ,Computer science ,ComputerSystemsOrganization_COMPUTER-COMMUNICATIONNETWORKS ,Process (computing) ,Control engineering ,Active queue management ,Performance (cs.PF) ,Computer Science - Networking and Internet Architecture ,Information system ,Virtual machining ,Traffic generation model ,ComputingMilieux_MISCELLANEOUS - Abstract
The problem of RED-module mathematical model results verification, based on GNS3 experimental stand, is discussed in this article. The experimental stand consists of virtual Cisco router, traffic generator D-ITG and traffic receiver. The process of construction of such stand is presented. Also, the interaction between experimental stand and a computer of investigation in order to obtain and analyze data from stand is revised. A stochastic model of the traffic management RED type module was built. Verification of the model was carried out on the NS-2 basis. However, we would like to conduct verification on a real router. As a result was the task of designing an experimental stand. It was decided to verify the clean RED algorithm based on Cisco router. For the construction of the stand software package GNS3 (Graphical Network Simulator) was chosen. Thus, the purpose of the study is to build on the GNS3 basis a virtual stand consisting of a Cisco router, a traffic generator and a receiver. A traffic generator D-ITG (Distributed Internet Traffic Generator) is used as., in Russian; in English
- Published
- 2015
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.