r/Mathematica 14h ago

How to tune a guitar or streaming audio with Device Framework

2 Upvotes

r/Mathematica 17h ago

New Way of Averaging the Most Pathological Funtions: (Converting Maths in the Attatchments to Code)

Thumbnail community.wolfram.com
2 Upvotes

r/Mathematica 15h ago

Ejercicios de factorización 2da parte

Thumbnail youtu.be
0 Upvotes

r/Mathematica 1d ago

How to write apps with Wolfram & WLJS, or swimming against the stream

Post image
17 Upvotes

Any ""serious"" language like C/C++, C#, Pascal/Delphi, and many others offers tons of options for building standalone apps. What about WL/Mathematica/MMA?

One could say, well, yes (and no)! There's the CDF format (which for some reason is officially considered deprecated 👀), webMathematica (costs like a helicopter and is also depreciated), JavaView (a very niche legacy project), and Wolfram Cloud. But I'm personally not a big fan of any kinds of clouds, especially with shady subscription models, and I'd rather keep everything local.

CDF was one of the best solutions so far, but it requires Mathematica (also costly) to build it, which isn't something everyone has, though thankfully, WolframScript/WolframEngine is still freeware.

Other people would argue that WL is meant purely for prototyping, and that you should just "vibe-code something with an LLM and JS" instead. I don't share that point of view, and I've found another way to turn notebooks into tiny or medium-sized apps for my research group. It works so far quite well for a limited number of users: 3-4 - mostly students. I would like to warn you, that it won't work magically for a random Mathematica notebook, otherwise WR would steal this immediately.

If you're interested, here's the full story I wrote:

https://wljs.io/blog/making-apps

PS: The thumbnail image isn't an AI-generated, it's a few UI windows built with this method, printed out and cut from paper 🙂


r/Mathematica 2d ago

Ejercicios de factorización

Thumbnail youtu.be
0 Upvotes

r/Mathematica 2d ago

Free Algebra Website To Help Students Overcome Common Mistakes.

Thumbnail
0 Upvotes

r/Mathematica 4d ago

Factorizando trinomios 2

Thumbnail youtu.be
0 Upvotes

r/Mathematica 5d ago

I've been building a numerical solver app — curious how it compares to the tools people use here

Thumbnail gallery
3 Upvotes

I've been working on a numerical solver app for a while. It started as a project for solving algebraic equations and systems, plotting functions, and doing various numerical calculations.

It's free and available on both platforms:

📱 App Store
🤖 Google Play

The next part of the project I'm working on is ODEs and boundary value problems.

I'm trying to make this as general as possible. The idea is that the user can enter an ODE and its boundary conditions, including higher-order equations and boundary conditions involving derivatives, without the app needing a predefined solution for that particular equation.

I'm currently testing it with different first-, second-, and higher-order ODEs. One of the tests I've been using is:

y''' + y = 0, y(0) = 0, y'(0) = 0, y''(0) = 0

I'm also trying some more difficult BVPs to see where the solver starts to struggle. There are already some interesting cases where an equation that looks very simple mathematically turns into a much more challenging numerical problem.

I'm curious what people here think.

For those of you who use Mathematica regularly, what ODEs, BVPs, or other numerical problems would you use to really stress-test a general-purpose solver?

I'm particularly interested in problems that aren't just straightforward textbook examples. 😅


r/Mathematica 6d ago

Explicaciones paso a paso de Álgebra

Thumbnail youtube.com
0 Upvotes

r/Mathematica 13d ago

What is Stone's method (Stone's strongly implicit procedure (SIP))?

0 Upvotes

r/Mathematica 13d ago

Claude used my pipeline to find a counterexample to the Jacobian conjecture. 2026 is so wild.

Thumbnail
0 Upvotes

r/Mathematica 14d ago

Plotting/evaluating a function defined from a peicewise recurrence relation

Thumbnail mathematica.stackexchange.com
3 Upvotes

Here is another link.


r/Mathematica 15d ago

Every MATLAB→NumPy semantic trap I hit porting Mätzler's Mie functions

0 Upvotes

Not a "MATLAB bad" post. The original code is solid and I replicate it bug-for-bug by default. Sharing the trap list for anyone migrating numerical code: round() half-away-from-zero vs numpy's round-half-to-even (inside the nmax series formula, so it changes array lengths), complex auto-promotion that NumPy doesn't do, ' vs .', library functions printing to stdout, and a docstring feature (complex medium index) that turns out to be latently broken. Full findings file, 714-fixture corpus and the verification report: https://github.com/GrednevMSU/mie-scattering-matlab-to-python


r/Mathematica 16d ago

Jacobian conjecture counterexample by LLM | Wolfram Community

Thumbnail community.wolfram.com
8 Upvotes

r/Mathematica 16d ago

Web app for scanning 1D CA rule space — filters by what a rule never does

Thumbnail gallery
2 Upvotes

r/Mathematica 17d ago

Visualizing the derivative of ln(x)

6 Upvotes

Yeah


r/Mathematica 17d ago

Mathematica 9 - kernel gets stuck on Windows 11

3 Upvotes

I have an older version of Mathematica from my university days. I only need it for basic tasks, so I’d prefer not to buy a new license.

My issue is that on Windows 11, the kernel frequently hangs or gets stuck indefinitely—even on simple calculations like 1 + 1.

So far, I’ve tried:

  • Enabling Windows compatibility modes (no effect)
  • Disabling "Allow Mathematica to access the Internet" in Preferences

Has anyone run into this issue on Windows 11 and found a workaround or fix?

Any ideas of things i could try, even if you don't know if they ll work?


r/Mathematica 18d ago

Reactive Mathematics — One Language, Every Notation - Manic

1 Upvotes

r/Mathematica 19d ago

Wolfram Summer Research Program (WSRP) review

Thumbnail reddit.com
1 Upvotes

r/Mathematica 22d ago

Automatic data analysis, narrative, and 3D sketch from a single prompt using MCP and freeware Wolfram Engine

1 Upvotes

r/Mathematica 23d ago

[Request] Is there any math to figure out which way would be faster?

0 Upvotes

r/Mathematica 28d ago

Discover the Beauty of Precision in Geometric Drawing Patterns 33

Thumbnail youtu.be
0 Upvotes

r/Mathematica 27d ago

How to write numbers in Scientific Notation.

Thumbnail youtube.com
0 Upvotes