- Mathematica Data Analysis
- Sergiy Suchok
- 208字
- 2021-07-30 09:43:50
The Mathematica front end and kernel
The Wolfram system has a modular structure and consists of two main parts. The one that directly performs all computations is called the kernel; the other part that interacts with the user is called the front end.
The kernel can be installed on the server, and it processes requests from multiple user interfaces. However, the single user interface can use several connected kernels for its computations.
In order to connect multiple kernels, navigate to Evaluation | Kernel Configuration Options… and click on the Add button.

In the dialog window that opens, you can select whether the kernel will be located on a local computer or on a remote computer in the network. You can also enter the parameters in order to connect to this computer. There is a capability to be always aware of which kernel was used for computations.
The front end has the following interfaces:
- Notebook: It is the document in which the user enters all the necessary expressions and algorithms.
- Text-based interface: It is a command-line interface. It is used in text operating systems and not in the graphics operating systems.
- Wolfram Symbolic Transfer Protocol (WSTP): It is the interface that enables interaction with other programs and modules.
- Vue 3移動Web開發與性能調優實戰
- 解構產品經理:互聯網產品策劃入門寶典
- Visual FoxPro 程序設計
- 跟小海龜學Python
- Mastering Linux Network Administration
- Mastering JBoss Enterprise Application Platform 7
- Learning Unity 2D Game Development by Example
- RabbitMQ Cookbook
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- C++從入門到精通(第5版)
- Learning Apache Karaf
- UI設計全書(全彩)
- SQL Server 2016 從入門到實戰(視頻教學版)
- Getting Started with Python
- Android系統下Java編程詳解