TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Wolfram Alpha's math input is broken

4 pointsby hddqsb9 months ago

2 comments

hddqsb9 months ago
There is a serious bug in Wolfram Alpha&#x27;s &quot;math input&quot; mode. When you enter e²ⁿ, it is interpreted as e²n (full details at the end). This was reported to them a month ago and still hasn&#x27;t been fixed, so I figured it was time for some public shaming ;)<p>I&#x27;ve been really impressed with Wolfram Alpha over the years (both the natural language parsing and the power of Mathematica); my main issue until now has been that the natural language parser tends fail on inputs beyond some length (fortunately Mathematica syntax is also supported and works well). So I was very surprised when this glaring bug in math input mode was shared with me.<p>Full steps to reproduce:<p>1. Go to <a href="https:&#x2F;&#x2F;www.wolframalpha.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.wolframalpha.com&#x2F;</a><p>2. Click &quot;MATH INPUT&quot;<p>3. Click the &quot;power&quot; button (second from the right, icon is two boxes with one in superscript)<p>4. Type &quot;e&quot; (it should go in the first box)<p>5. Click the superscript box<p>6. Type &quot;2n&quot;<p>7. Click the &quot;=&quot; button<p>Result: The input field correctly shows e²ⁿ (with the &quot;n&quot; in superscript), but the formula shown in the &quot;Input&quot; section is e²n (the &quot;n&quot; is outside the exponent) and the &quot;Plot&quot; section shows a straight line which confirms that the input was misinterpreted as e² * n.<p>Explicitly adding parentheses around the &quot;2n&quot; fixes this. Ironically, when you do that the &quot;Input&quot; section shows the formula as e²ⁿ (without the parentheses; the same version that fails when entered in the input field).
bostick9 months ago
Wolfram Alpha&#x27;s math input is broken in other ways as well: <a href="https:&#x2F;&#x2F;bostick.github.io&#x2F;blog&#x2F;2024&#x2F;05&#x2F;precision-bombing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bostick.github.io&#x2F;blog&#x2F;2024&#x2F;05&#x2F;precision-bombing&#x2F;</a><p>Entering input such as: 1*^-1355718576299609<p>or:<p>1.0`90071992<p>will trigger bad behavior on the site.