
A multiuser web-interface for solution of systems of nonlinear equations
Author(s) -
А. Н. Даниленко,
И. А. Жданов
Publication year - 2019
Publication title -
ceur workshop proceedings
Language(s) - English
Resource type - Journals
SCImago Journal Rank - 0.177
H-Index - 52
ISSN - 1613-0073
DOI - 10.18287/1613-0073-2019-2416-242-251
Subject(s) - computer science , python (programming language) , interface (matter) , nonlinear system , web server , user interface , application programming interface , client–server model , web page , web api , web application , the internet , server , world wide web , operating system , physics , bubble , quantum mechanics , maximum bubble pressure method
In this article, the idea of creating web-applications is considered by the example of developing a multiuser web-interface for the automated search for roots of non-linear equations in the Django package. The automated system is implemented in the Python programming language. It is proposed to create a web application based on a client-server technology, where the client part implements the user interface, forms queries to the server and processes the responses from it. The server part receives the request from the client, performs necessary calculations, then forms a web page and sends it to the client online. The developed application is designed for nonlinear equations systems solution. The system has the ability to save solutions on the server and the PC, and to visualize the step-by-step solution and plotting. The system efficiency was tested on real data.