Skip to content

Commit

Permalink
deploy: 9819864
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Oct 2, 2024
1 parent 675b71b commit f313e8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _preview/1/_sources/notebooks/foundations/coordinates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
" <img src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/69/Coord_system_CA_0.svg/1024px-Coord_system_CA_0.svg.png\" alt=\"A three dimensional Cartesian coordinate system, with origin O and axis lines X, Y and Z, oriented as shown by the arrows. The tick marks on the axes are one length unit apart. The black dot shows the point with coordinates x = 2, y = 3, and z = 4, or (2, 3, 4) from Wikipedia\" width=400 />\n",
"</p>\n",
"\n",
"Image Source: [Three Dimensional Cartesian Coordiante System](https://en.wikipedia.org/wiki/Cartesian_coordinate_system#description)\n",
"Image Source: [Three Dimensional Cartesian Coordiante System](https://en.wikipedia.org/wiki/Cartesian_coordinate_system)\n",
"\n",
"**Geodesic to Cartesian Coordinates**\n",
"\n",
Expand All @@ -128,7 +128,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand Down
2 changes: 1 addition & 1 deletion _preview/1/notebooks/foundations/coordinates.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ <h3>Cartesian Coordinates<a class="headerlink" href="#cartesian-coordinates" tit
<p align="center">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/69/Coord_system_CA_0.svg/1024px-Coord_system_CA_0.svg.png" alt="A three dimensional Cartesian coordinate system, with origin O and axis lines X, Y and Z, oriented as shown by the arrows. The tick marks on the axes are one length unit apart. The black dot shows the point with coordinates x = 2, y = 3, and z = 4, or (2, 3, 4) from Wikipedia" width=400 />
</p>
<p>Image Source: <a class="reference external" href="https://en.wikipedia.org/wiki/Cartesian_coordinate_system#description">Three Dimensional Cartesian Coordiante System</a></p>
<p>Image Source: <a class="reference external" href="https://en.wikipedia.org/wiki/Cartesian_coordinate_system">Three Dimensional Cartesian Coordiante System</a></p>
<p><strong>Geodesic to Cartesian Coordinates</strong></p>
<p>Assuming the earth’s radius is 6378137 meters</p>
<div class="math notranslate nohighlight">
Expand Down
4 changes: 2 additions & 2 deletions _preview/1/notebooks/notebook-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ <h5>of further and further<a class="headerlink" href="#of-further-and-further" t
<section id="header-levels">
<h6>header levels<a class="headerlink" href="#header-levels" title="Link to this heading"><i class="fas fa-link"></i></a></h6>
<p>as well <span class="math notranslate nohighlight">\(m = a * t / h\)</span> text! Similarly, you have access to other <span class="math notranslate nohighlight">\(\LaTeX\)</span> equation <a class="reference external" href="https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Typesetting%20Equations.html"><strong>functionality</strong></a> via MathJax (demo below from link),</p>
<div class="amsmath math notranslate nohighlight" id="equation-ba4d27e5-137f-4dd2-bf22-1437216a6e64">
<span class="eqno">()<a class="headerlink" href="#equation-ba4d27e5-137f-4dd2-bf22-1437216a6e64" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
<div class="amsmath math notranslate nohighlight" id="equation-e0172702-5dd3-48c8-8529-85fd3508cf5c">
<span class="eqno">()<a class="headerlink" href="#equation-e0172702-5dd3-48c8-8529-85fd3508cf5c" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
\dot{x} &amp; = \sigma(y-x) \\
\dot{y} &amp; = \rho x - y - xz \\
\dot{z} &amp; = -\beta z + xy
Expand Down

0 comments on commit f313e8c

Please sign in to comment.