The course is intended for learning the basics of programming in Julia, the main language of Engee. The course introduces students to the following sections: variables and data types, expressions, reading and writing data, arrays, symbols and strings, functions, conditional statements, loops, libraries.
The course is designed to introduce the basic concepts of linear algebra, such as matrices, determinants, systems of linear algebraic equations, eigenvalues and eigenvectors.
The course is designed to familiarise students with numerical methods of solving basic problems of mathematical analysis: calculating limits, derivatives, integrals, solving ordinary differential equations and their systems.
The course is designed to familiarise students with the main methods of solving nonlinear equations: graphical solution, numerical solution of nonlinear equations, solving nonlinear equations using the built-in functions "Engee", solving systems of nonlinear equations.
This course is designed to introduce you to the libraries and functions for solving optimisation problems in Engee. By taking this course, you will learn how to formulate optimisation problems, create variables, expressions and functions, and visualise the results of your calculations.
This course is designed to introduce the libraries and functions of symbolic maths in Engee. Each section of the course contains practical examples and assignments for self-completion.
You will learn how to graph tabular data, calculate numerical characteristics of a sample, create realisations of a normally distributed random variable, select its parameters and test statistical hypotheses about parameters and distribution type.
~ 2 h
How to download all available examples
To load all available examples in the environment Engee, run the following code in the script editor Script editor .
if isdir("/user/start/content_updater") rm("/user/start/content_updater";force = true, recursive = true) end run(`git clone https://git.engee.com/learn-engee/content-catalog.git /user/start/content_updater`)
After executing the command, the script will be loaded from the path/user/start/content_updater in the file browserEngee and will be called refresh_demo_catalog.ngscript. Double click on it to open.
To get courses, hover your cursor over the cell with the code under the description of the course you are interested in and click on the green button that appears Execute:
To get all courses at once:
Click on the button Run script in the upper right corner of the script editor:
The downloaded courses will be located in the «Courses» folder, and for the introductory course «Quick Start» there is a separate folder with the same name.: