<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Numerical-Computing on Unnamed Website</title><link>https://unnamed.website/tags/numerical-computing/</link><description>Recent content in Numerical-Computing on Unnamed Website</description><generator>Hugo</generator><language>en-us</language><managingEditor>Anthony Wang</managingEditor><webMaster>Anthony Wang</webMaster><lastBuildDate>Wed, 08 May 2024 11:52:04 -0400</lastBuildDate><atom:link href="https://unnamed.website/tags/numerical-computing/index.xml" rel="self" type="application/rss+xml"/><item><title>Fast Multipole Methods</title><link>https://unnamed.website/posts/fast-multipole-methods/</link><pubDate>Wed, 08 May 2024 11:52:04 -0400</pubDate><author>Anthony Wang</author><guid>https://unnamed.website/posts/fast-multipole-methods/</guid><description>&lt;p&gt;Help I&amp;rsquo;m trapped in a final projects factory!&lt;/p&gt;
&lt;p&gt;Fortunately this semester I have no final exams, just five freaking final projects. One of them was due last week and already graded, so I&amp;rsquo;m publishing it on this website &lt;a href="https://unnamed.website/src/18.335-project.jl"&gt;here&lt;/a&gt;. It&amp;rsquo;s a Pluto notebook and has some flashy visualizations, but it&amp;rsquo;s honestly pretty light on substance, although it did get a grade of 100%. I probably wasted too much time playing with trying to find stable 3-body configurations. You can either download the notebook and run it in Pluto.jl, or copy the link and run it on &lt;a href="https://binder.plutojl.org/"&gt;Binder&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Floats Are Weird</title><link>https://unnamed.website/posts/floats-weird/</link><pubDate>Sun, 18 Feb 2024 22:27:54 -0500</pubDate><author>Anthony Wang</author><guid>https://unnamed.website/posts/floats-weird/</guid><description>&lt;link rel="stylesheet" href="https://unnamed.website/katex/katex.min.css" crossorigin="anonymous"&gt;
&lt;script defer src="https://unnamed.website/katex/katex.min.js" crossorigin="anonymous"&gt;&lt;/script&gt;
&lt;script defer src="https://unnamed.website/katex/contrib/auto-render.min.js" crossorigin="anonymous" onload="renderMathInElement(document.body, {delimiters: [{left: '$', right: '$', display: false}, {left: '\\(', right: '\\)', display: false}, {left: '\\[', right: '\\]', display: true}, {left: '\\begin{equation}', right: '\\end{equation}', display: true}, {left: '\\begin{equation*}', right: '\\end{equation*}', display: true}, {left: '\\begin{align}', right: '\\end{align}', display: true}, {left: '\\begin{align*}', right: '\\end{align*}', display: true}]});"&gt;&lt;/script&gt;

&lt;p&gt;Floats are weird. Anyways, here&amp;rsquo;s a basic calculus exercise:&lt;/p&gt;
&lt;p&gt;\[\lim_{x \to 0} \frac{e^x-1}{x} = 1\]&lt;/p&gt;
&lt;p&gt;However, I won&amp;rsquo;t prove that limit here, because this is a post about floats being weird, not a post about calculus. Instead, let&amp;rsquo;s try to approximate this limit numerically using Python, because what&amp;rsquo;s the worst that could happen? Let&amp;rsquo;s write that fraction as a Python function and plug in smaller and smaller $x$.&lt;/p&gt;</description></item><item><title>Asian Bayesian</title><link>https://unnamed.website/posts/asian-bayesian/</link><pubDate>Wed, 20 Dec 2023 03:36:43 +0000</pubDate><author>Anthony Wang</author><guid>https://unnamed.website/posts/asian-bayesian/</guid><description>&lt;p&gt;&lt;link rel="stylesheet" href="https://unnamed.website/katex/katex.min.css" crossorigin="anonymous"&gt;
&lt;script defer src="https://unnamed.website/katex/katex.min.js" crossorigin="anonymous"&gt;&lt;/script&gt;
&lt;script defer src="https://unnamed.website/katex/contrib/auto-render.min.js" crossorigin="anonymous" onload="renderMathInElement(document.body, {delimiters: [{left: '$', right: '$', display: false}, {left: '\\(', right: '\\)', display: false}, {left: '\\[', right: '\\]', display: true}, {left: '\\begin{equation}', right: '\\end{equation}', display: true}, {left: '\\begin{equation*}', right: '\\end{equation*}', display: true}, {left: '\\begin{align}', right: '\\end{align}', display: true}, {left: '\\begin{align*}', right: '\\end{align*}', display: true}]});"&gt;&lt;/script&gt;

&lt;script src="https://sagecell.sagemath.org/static/embedded_sagecell.js"&gt;&lt;/script&gt;
&lt;script&gt;sagecell.makeSagecell({"inputLocation": ".sage"});&lt;/script&gt;
&lt;/p&gt;
&lt;p&gt;Recently, I noticed that &amp;ldquo;Bayesian&amp;rdquo;, as in Bayesian statistics or Bayesian inference, sounds very close to &amp;ldquo;Asian&amp;rdquo;. Pun potential!&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I prefer Bayesian models over Asian models.&amp;rdquo;&lt;/p&gt;</description></item></channel></rss>