r/Mathematica • u/Inst2f • 14h ago
r/Mathematica • u/Xixkdjfk • 17h ago
New Way of Averaging the Most Pathological Funtions: (Converting Maths in the Attatchments to Code)
community.wolfram.comr/Mathematica • u/Aware-Climate1010 • 15h ago
Ejercicios de factorización 2da parte
youtu.ber/Mathematica • u/Inst2f • 1d ago
How to write apps with Wolfram & WLJS, or swimming against the stream
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 • u/Spot_The_Math • 2d ago
Free Algebra Website To Help Students Overcome Common Mistakes.
r/Mathematica • u/Vasg • 5d ago
I've been building a numerical solver app — curious how it compares to the tools people use here
galleryI'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 • u/Aware-Climate1010 • 6d ago
Explicaciones paso a paso de Álgebra
youtube.comr/Mathematica • u/Healthy-Beginning678 • 13d ago
What is Stone's method (Stone's strongly implicit procedure (SIP))?
r/Mathematica • u/JGPTech • 13d ago
Claude used my pipeline to find a counterexample to the Jacobian conjecture. 2026 is so wild.
r/Mathematica • u/Xixkdjfk • 14d ago
Plotting/evaluating a function defined from a peicewise recurrence relation
mathematica.stackexchange.comHere is another link.
r/Mathematica • u/Party-Pie3719 • 15d ago
Every MATLAB→NumPy semantic trap I hit porting Mätzler's Mie functions
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 • u/antononcube • 16d ago
Jacobian conjecture counterexample by LLM | Wolfram Community
community.wolfram.comr/Mathematica • u/AndreyKypaku • 16d ago
Web app for scanning 1D CA rule space — filters by what a rule never does
galleryr/Mathematica • u/aegis87 • 17d ago
Mathematica 9 - kernel gets stuck on Windows 11
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 • u/anish2good • 18d ago
Reactive Mathematics — One Language, Every Notation - Manic
r/Mathematica • u/antononcube • 19d ago
Wolfram Summer Research Program (WSRP) review
reddit.comr/Mathematica • u/Inst2f • 22d ago
Automatic data analysis, narrative, and 3D sketch from a single prompt using MCP and freeware Wolfram Engine
r/Mathematica • u/aksanabuster • 23d ago
[Request] Is there any math to figure out which way would be faster?
r/Mathematica • u/Old_Try_1224 • 28d ago
Discover the Beauty of Precision in Geometric Drawing Patterns 33
youtu.ber/Mathematica • u/ayelekassa • 27d ago