Method and results 325

This commit is contained in:
Lugovtsov Gleb 2022-10-07 16:54:33 +03:00
parent 55e481e512
commit 4950494366
5 changed files with 28 additions and 7 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

View File

@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 265, "execution_count": 4,
"id": "4c18befe-eab7-4708-8a74-e9441ece565c", "id": "4c18befe-eab7-4708-8a74-e9441ece565c",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -369,7 +369,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 559, "execution_count": 5,
"id": "1f7346fe-ff2a-49bf-b88c-d39669c10c08", "id": "1f7346fe-ff2a-49bf-b88c-d39669c10c08",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -385,6 +385,27 @@
"omega_0 = 1 / sqrt(L * C)" "omega_0 = 1 / sqrt(L * C)"
] ]
}, },
{
"cell_type": "code",
"execution_count": 8,
"id": "ff21d53e-d707-4089-ac20-68bd31d14bee",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"0.09"
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"0.003 * 30"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 560, "execution_count": 560,
@ -744,27 +765,27 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 574, "execution_count": 9,
"id": "517b0434-85b8-4ed1-b6a8-9212c961f4e5", "id": "517b0434-85b8-4ed1-b6a8-9212c961f4e5",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"Q_100_theor = 1/130.42 * sqrt(L/C)" "Q_100_theor = 1/R_100 * sqrt(L/C)"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 575, "execution_count": 10,
"id": "3086936a-0e87-4021-aa84-5b50a10ec136", "id": "3086936a-0e87-4021-aa84-5b50a10ec136",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"7.671368463904777" "7.670309841169453"
] ]
}, },
"execution_count": 575, "execution_count": 10,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }

Binary file not shown.