Data processing

This commit is contained in:
Lugovtsov Gleb 2022-10-04 10:05:11 +03:00
parent 9c9c76bcc4
commit 83edad0adc
3 changed files with 625 additions and 89 deletions

View File

@ -0,0 +1,43 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"id": "f802e53b-ac80-4d44-90c7-493f7dc6afbb",
"metadata": {},
"outputs": [],
"source": [
"import sympy as smp"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "67bd6a90-3ce0-4589-b1c5-95056a59645e",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.2"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

File diff suppressed because one or more lines are too long