Analysis updated 2026-07-11 · repo last pushed 2017-04-06
Open the project in Android Studio and build a working Maxima math app for your Android phone.
Customize or extend the app by adding new features or fixing bugs in an existing math application.
Study how desktop math software like Maxima is ported and packaged for mobile Android devices.
Use the app for solving equations, simplifying expressions, and plotting graphs on a tablet.
| liushuyu/maxima-on-android-as | anikchand461/ragbucket | clvv/hf-uncensored-model-popularity | |
|---|---|---|---|
| Stars | — | 0 | 0 |
| Language | HTML | HTML | HTML |
| Last pushed | 2017-04-06 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | moderate | easy | easy |
| Complexity | 4/5 | 2/5 | 2/5 |
| Audience | developer | developer | data |
Figures from each repo's GitHub metadata at analysis time.
Requires Android Studio installed and basic familiarity with opening and building Android projects, pre-compiled binaries are included so no manual compilation of math tools is needed.
Maxima on Android brings a powerful computer algebra system to your phone or tablet. It lets you do serious mathematical work, solving equations, simplifying expressions, plotting graphs, and performing symbolic math, without needing a desktop computer. This repository packages that project specifically for Android Studio, Google's official app development tool, so that anyone interested in working on or extending the app can get started quickly. The project comes with pre-built versions of several mathematical tools: Maxima itself (the algebra engine), gnuplot (for drawing graphs), and qepcad (for working with quantifier elimination problems). These compiled programs are ready to go for both major phone processor types, ARM (what most Android phones use) and x86 (often used in emulators and some devices). The developer built this using Android Studio on a Mac, and the included binaries mean you don't have to compile those math tools yourself, which can be a complicated process. This would appeal to someone who wants to customize, improve, or study how a full-featured math app works on Android. A student or educator who relies on Maxima and wants it on mobile, a developer curious about porting desktop math software to phones, or someone who wants to fix a bug or add a feature to an existing math app would all find this useful. The repository is essentially a starting point, it gives you a working project you can open in Android Studio and build from there. The project is open source under the GNU General Public License, meaning you're free to modify and share it. It combines several open source components, each with their own licenses. Beyond that, the README doesn't go into detail about setup steps or project architecture, it assumes you already have Android Studio installed and know your way around it.
A ready-to-build Android Studio project that packages the Maxima computer algebra system, gnuplot, and qepcad for Android phones and tablets, with pre-compiled binaries for ARM and x86 processors.
Mainly HTML. The stack also includes HTML, Android Studio, Maxima.
Dormant — no commits in 2+ years (last push 2017-04-06).
Free to modify and share under the GNU General Public License, but any distributed versions must also be open source under the same terms.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.