Skip to content

Commit

Permalink
Update area_calc.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzedwick committed Jan 13, 2025
1 parent 5336212 commit 94a1512
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/user-guide/area_calc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -381,22 +381,12 @@
"The correction, \\(A\\), is calculated using the following formula:"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"$$\n",
"A = 2 \\arctan \\left( \\frac{z (x_1 y_2 - x_2 y_1)}{x_1^2 + y_1^2 + x_1 x_2 + y_1 y_2} \\right) \n",
"- z \\arctan \\left( \\frac{x_1 y_2 - x_2 y_1}{x_1 x_2 + y_1 y_2} \\right)\n",
"$$"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"```{math}\n",
"\tSWCRE = FSNT_{x+2} - FSNTC\n",
"A = 2arctan(z(x_{1}y_{2} - x_{2} y_{1}) / {x_{1}^2 + y_{1}^2 + x_{1} x_{2} + y_{1} y_{2}) - z (x_{1} y_{2} - x_{2} y_{1} / x_{1} x_{2} + y_{1} y_{2}\n",
"```"
]
},
Expand Down

0 comments on commit 94a1512

Please sign in to comment.