Skip to content

rafsanjani/mathemagicalc

Repository files navigation

MathemagicalC Core unit tests

Get it on Google Play

This is a simple Numerical Methods and Computations Utility App for Android.

Screenshots

[] [] []

Features

  • Can convert between number bases such as decimal, binary and hexadecimal
  • Compute the root approximations of equations using the Bisection method, Newton Raphson method, Secant and the False Position method
  • Displays in a tabular format the root of an equation during each iterative step.
  • Can solve a system of linear equations using some well known methods such as Gauss Seidel (both complete and partial pivoting) etc..
  • Just build and run and explore all the features for yourself.

Contributing

If you'd like to contribute new features or fix an existing issue please open an issue to discuss it before beginning implementation.

Setup

Command Line

You can build Mathemagicalc from the command line by running ./gradlew assembleDebug.

Android Studio

Choose "Import Project," and choose the build.gradle file from the top level directory.

Using code from Mathemagicalc in other projects

The intention behind open sourcing Mathemagicalc for Android is two fold - first, to allow developers to help contribute to the app, thus speeding up the development of new features and ideas. Second, to give back to the open source community and serve as a code reference.

Please keep use of this code for non-profit purposes only. Also, please note that the project is under the GPL 3 license, which requires that modifications to this code be open sourced as well. Please note that the data is licensed under the various licenses of the data's authors (typically, this is CC BY-NC-ND, but may differ depending on the source of the data).

Open Source Projects Used

License

MIT License

Copyright (c) 2017 Rafsanjani Aziz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Numerical Methods and Computations Utility app for Android made with some of the cool stuff in JetPack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •